Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man5 Bump date for new quota.



details:   https://anonhg.NetBSD.org/src/rev/4872dd03a319
branches:  trunk
changeset: 762958:4872dd03a319
user:      wiz <wiz%NetBSD.org@localhost>
date:      Sun Mar 06 17:22:50 2011 +0000

description:
Bump date for new quota.
Split "file system" like customary.

diffstat:

 share/man/man5/fstab.5 |  80 +++++++++++++++++++++++++-------------------------
 1 files changed, 40 insertions(+), 40 deletions(-)

diffs (242 lines):

diff -r e046db9d6cea -r 4872dd03a319 share/man/man5/fstab.5
--- a/share/man/man5/fstab.5    Sun Mar 06 17:21:08 2011 +0000
+++ b/share/man/man5/fstab.5    Sun Mar 06 17:22:50 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: fstab.5,v 1.37 2011/03/06 17:08:17 bouyer Exp $
+.\"    $NetBSD: fstab.5,v 1.38 2011/03/06 17:22:50 wiz Exp $
 .\"
 .\" Copyright (c) 1980, 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -29,12 +29,12 @@
 .\"
 .\"     @(#)fstab.5    8.1 (Berkeley) 6/5/93
 .\"
-.Dd January 11, 2009
+.Dd March 6, 2011
 .Dt FSTAB 5
 .Os
 .Sh NAME
 .Nm fstab
-.Nd filesystem table for devices, types, and mount points
+.Nd file system table for devices, types, and mount points
 .Sh SYNOPSIS
 .In fstab.h
 .Sh DESCRIPTION
@@ -45,7 +45,7 @@
 is only read by programs, and not written;
 it is the duty of the system administrator to properly create
 and maintain this file.
-Each filesystem is described on a separate line;
+Each file system is described on a separate line;
 fields on each line are separated by tabs or spaces.
 Lines beginning
 with
@@ -70,8 +70,8 @@
 The first field,
 .Pq Fa fs_spec ,
 describes the block special device or
-remote filesystem to be mounted.
-For filesystems of type
+remote file system to be mounted.
+For file systems of type
 .Em ffs ,
 the special file name is the block special file name,
 and not the character special file name.
@@ -85,23 +85,23 @@
 .Pp
 The second field,
 .Pq Fa fs_file ,
-describes the mount point for the filesystem.
+describes the mount point for the file system.
 For swap and dump partitions, this field should be specified as
 .Dq none .
 .Pp
 The third field,
 .Pq Fa fs_vfstype ,
-describes the type of the filesystem.
-The system currently supports these filesystems:
+describes the type of the file system.
+The system currently supports these file systems:
 .Bl -tag -width filecore -offset indent
 .It Em adosfs
 an
 .Tn AmigaDOS
-filesystem.
+file system.
 .It Em cd9660
 an
 .Tn ISO
-9660 CD-ROM filesystem.
+9660 CD-ROM file system.
 .It Em ext2fs
 an implementation of the Linux
 .Dq Second Extended File-system .
@@ -111,9 +111,9 @@
 .It Em ffs
 a local
 .Ux
-filesystem.
+file system.
 .It Em filecore
-a filesystem for
+a file system for
 .Tn RISC\ OS .
 .It Em kernfs
 various and sundry kernel statistics.
@@ -122,27 +122,27 @@
 .It Em mfs
 a local memory-based
 .Ux
-filesystem.
+file system.
 .It Em msdos
 an
 .Tn MS-DOS
-.Dq FAT filesystem .
+.Dq FAT file system .
 .It Em nfs
 a Sun Microsystems compatible
 .Dq Network File System .
 .It Em ntfs
-a filesystem used by
+a file system used by
 .Tn Windows NT .
 Still experimental.
 .It Em null
-a loop-back filesystem, allowing parts of the system to be viewed
+a loop-back file system, allowing parts of the system to be viewed
 elsewhere.
 .It Em overlay
-a demonstration of layered filesystems.
+a demonstration of layered file systems.
 .It Em portal
-a general filesystem interface, currently supports TCP and FS mounts.
+a general file system interface, currently supports TCP and FS mounts.
 .It Em procfs
-a local filesystem of process information.
+a local file system of process information.
 .It Em ptyfs
 a pseudo-terminal device file system.
 .It Em smbfs
@@ -152,19 +152,19 @@
 .It Em tmpfs
 an efficient memory file system.
 .It Em umap
-a user and group re-mapping filesystem.
+a user and group re-mapping file system.
 .It Em union
-a translucent filesystem.
+a translucent file system.
 .El
 .Pp
 The fourth field,
 .Pq Fa fs_mntops ,
-describes the mount options associated with the filesystem.
+describes the mount options associated with the file system.
 It is formatted as a comma separated list of options.
 It contains at least the type of mount (see
 .Fa fs_type
 below) plus any additional options
-appropriate to the filesystem type.
+appropriate to the file system type.
 .Pp
 The option
 .Dq auto
@@ -181,16 +181,16 @@
 and/or
 .Dq groupquota
 are specified,
-the filesystem is automatically processed by the
+the file system is automatically processed by the
 .Xr quotacheck 8
 command, and legacy user and/or group disk quotas are enabled with
 .Xr quotaon 8 .
 By default,
-filesystem quotas are maintained in files named
+file system quotas are maintained in files named
 .Pa quota.user
 and
 .Pa quota.group
-which are located at the root of the associated filesystem.
+which are located at the root of the associated file system.
 These defaults may be overridden by putting an equal sign
 and an alternative absolute pathname following the quota option.
 Thus, if the user quota file for
@@ -202,7 +202,7 @@
 userquota=/var/quotas/tmp.user
 .Ed
 .Pp
-It is recommended to turn on the new, in-filesystem quota with
+It is recommended to turn on the new, in-file system quota with
 .Xr tunefs 8
 or at
 .Xr newfs 8
@@ -211,7 +211,7 @@
 or
 .Dq groupquota
 options.
-Migration of limits to the new in-filesystem quota can be handled
+Migration of limits to the new in-file system quota can be handled
 by
 .Xr repquota 8
 with option
@@ -238,7 +238,7 @@
 .Dq rw
 or
 .Dq ro
-then the filesystem whose name is given in the
+then the file system whose name is given in the
 .Fa fs_file
 field is normally mounted read-write or read-only on the
 specified special file.
@@ -270,31 +270,31 @@
 .Pp
 The fifth field,
 .Pq Fa fs_freq ,
-is used for these filesystems by the
+is used for these file systems by the
 .Xr dump 8
-command to determine which filesystems need to be dumped.
+command to determine which file systems need to be dumped.
 If the fifth field is not present, a value of zero is returned and
 .Xr dump 8
-will assume that the filesystem does not need to be dumped.
+will assume that the file system does not need to be dumped.
 .Pp
 The sixth field,
 .Pq Fa fs_passno ,
 is used by the
 .Xr fsck 8
-program to determine the order in which filesystem checks are done
+program to determine the order in which file system checks are done
 at reboot time.
-The root filesystem should be specified with a
+The root file system should be specified with a
 .Fa fs_passno
-of 1, and other filesystems should have a
+of 1, and other file systems should have a
 .Fa fs_passno
 of 2.
 Filesystems within a drive will be checked sequentially,
-but filesystems on different drives will be checked at the
+but file systems on different drives will be checked at the
 same time to use parallelism available in the hardware.
 If the sixth field is not present or zero,
 a value of zero is returned and
 .Xr fsck 8
-will assume that the filesystem does not need to be checked.
+will assume that the file system does not need to be checked.
 .Bd -literal
 #define        FSTAB_RW        "rw"    /* read-write device */
 #define        FSTAB_RQ        "rq"    /* read/write with quotas */
@@ -305,8 +305,8 @@
 
 struct fstab {
        char    *fs_spec;       /* block special device name */
-       char    *fs_file;       /* filesystem path prefix */
-       char    *fs_vfstype;    /* type of filesystem */
+       char    *fs_file;       /* file system path prefix */
+       char    *fs_vfstype;    /* type of file system */
        char    *fs_mntops;     /* comma separated mount options */
        char    *fs_type;       /* rw, ro, sw, or xx */
        int     fs_freq;        /* dump frequency, in days */



Home | Main Index | Thread Index | Old Index