diff options
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/ffs.7 | 32 | ||||
-rw-r--r-- | share/man/man7/hier.7 | 22 | ||||
-rw-r--r-- | share/man/man7/tuning.7 | 2 |
3 files changed, 28 insertions, 28 deletions
diff --git a/share/man/man7/ffs.7 b/share/man/man7/ffs.7 index 5c6d1d3..6d88378 100644 --- a/share/man/man7/ffs.7 +++ b/share/man/man7/ffs.7 @@ -37,7 +37,7 @@ .Dt FFS 7 .Sh NAME .Nm ffs -.Nd Berkeley fast file system +.Nd Berkeley fast filesystem .Sh SYNOPSIS In the kernel configuration file: .Cd "options ENABLE_VFS_IOOPT" @@ -56,14 +56,14 @@ In /dev/disk0a /mnt ufs rw 1 1 .Ed .Sh DESCRIPTION -The Berkeley fast file system -provides facilities to store file system data onto a disk device. +The Berkeley fast filesystem +provides facilities to store filesystem data onto a disk device. .Nm has been optimized over the years for speed and reliability and is the default .Fx -file system. +filesystem. .Ss VFS I/O optimization .Bl -tag -width 2n .It Cd "options ENABLE_VFS_IOOPT" @@ -93,7 +93,7 @@ Aggressive optimization (VM used as much as possible) This option allows system administrators to set limits on disk usage on a per-user basis. -Quotas can be used only on file systems +Quotas can be used only on filesystems mounted with the .Cm quota option; @@ -108,11 +108,11 @@ and The soft updates feature tracks writes to the disk and enforces metadata update dependencies (e.g., updating free block maps) -to ensure that the file system remains consistent. +to ensure that the filesystem remains consistent. .Pp To enable soft updates on an .Em unmounted -file system, use the following command: +filesystem, use the following command: .Pp .D1 Nm tunefs Fl n Cm enable Ar fs .Pp @@ -134,7 +134,7 @@ on networks including and .Tn "Apple Macintosh" computers, -this option allows files on file systems +this option allows files on filesystems mounted with the .Cm suiddir option @@ -153,7 +153,7 @@ This option requires the presence of the option, and it is recommended that .Dv UFS_EXTATTR_AUTOSTART is included as well, -so that ACLs are enabled atomically upon mounting the file system. +so that ACLs are enabled atomically upon mounting the filesystem. .El .Pp In order to enable support for ACLs, @@ -165,11 +165,11 @@ which holds the access ACL, and .Pa posix1e.acl_default , which holds the default ACL for directories. -If you are using file system extended attributes, +If you are using filesystem extended attributes, the following commands may be used to allocate space for and create the necessary EA backing files -for ACLs in the root of each file system. -In these examples, the root file system is used; +for ACLs in the root of each filesystem. +In these examples, the root filesystem is used; see .Sx "Extended Attributes" for more details. @@ -180,7 +180,7 @@ extattrctl initattr -p / 388 posix1e.acl_access extattrctl initattr -p / 388 posix1e.acl_default .Ed .Pp -On the next mount of the root file system, +On the next mount of the root filesystem, the attributes will be automatically started (if .Dv UFS_EXTATTR_AUTOSTART @@ -205,9 +205,9 @@ If this option is defined, .Nm will search for a .Pa .attribute -subdirectory of the file system root during the mount operation. +subdirectory of the filesystem root during the mount operation. If found, extended attribute support will be -automatically started for that file system. +automatically started for that filesystem. .El .Pp The following @@ -217,7 +217,7 @@ MIBs are defined for use with .Bl -hang -width ".Va vfs.ffs.doreallocblk" .It Va vfs.ffs.doasyncfree Asynchronously write out modified i-node and indirect blocks -upon reallocating file system blocks to be contiguous. +upon reallocating filesystem blocks to be contiguous. (Default: 1.) .It Va vfs.ffs.doreallocblks Enable support for the rearrangement of blocks diff --git a/share/man/man7/hier.7 b/share/man/man7/hier.7 index 5b9aa24..c1a5aa7 100644 --- a/share/man/man7/hier.7 +++ b/share/man/man7/hier.7 @@ -143,7 +143,7 @@ OpenSSL configuration files empty directory commonly used by system administrators as a temporary mount point .It Pa /proc/ -process file system; +process filesystem; see .Xr procfs 5 , .Xr mount_procfs 8 @@ -206,28 +206,28 @@ WaveLAN driver .It Pa fs/ .Bl -tag -width "kerberosIV/" -compact .It Pa fdescfs/ -per-process file descriptors file system +per-process file descriptors filesystem .It Pa fifofs/ .St -p1003.1 -FIFOs file system +FIFOs filesystem .It Pa msdosfs/ -MS-DOS file system +MS-DOS filesystem .It Pa ntfs/ -NTFS file system +NTFS filesystem .It Pa nullfs/ -loopback file system +loopback filesystem .It Pa nwfs/ -NetWare file system +NetWare filesystem .It Pa portalfs/ -portal file system +portal filesystem .It Pa procfs/ -process file system +process filesystem .It Pa smbfs/ SMB/CIFS filesystem .It Pa umapfs/ -alternate uid/gid mappings file system +alternate uid/gid mappings filesystem .It Pa unionfs -union file system +union filesystem .El .It Pa g++/ GNU C++ include files diff --git a/share/man/man7/tuning.7 b/share/man/man7/tuning.7 index e23a4be..3bc8aec 100644 --- a/share/man/man7/tuning.7 +++ b/share/man/man7/tuning.7 @@ -289,7 +289,7 @@ can run it out of space and cause the update to fail. A number of run-time .Xr mount 8 options exist that can help you tune the system. -For this reason, softupdates will not be enabled on the root file system +For this reason, softupdates will not be enabled on the root filesystem during a typical install. The most obvious and most dangerous one is .Cm async . |