diff options
author | Jim Meyering <jim@meyering.net> | 2004-06-30 22:15:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2004-06-30 22:15:59 +0000 |
commit | 26fffc510b3f9509c91fbab2014598b16d193c2c (patch) | |
tree | 72706e074364d7b99e58eaa241c2d3447b12cd66 /man | |
parent | 11e80aab1779ccf6d4fe688b9d27624c8ea18341 (diff) | |
download | coreutils-26fffc510b3f9509c91fbab2014598b16d193c2c.tar.xz |
Use "file system" rather than "filesystem".
Diffstat (limited to 'man')
-rw-r--r-- | man/df.x | 18 | ||||
-rw-r--r-- | man/stat.x | 2 | ||||
-rw-r--r-- | man/sync.x | 2 |
3 files changed, 11 insertions, 11 deletions
@@ -1,25 +1,25 @@ [NAME] -df \- report filesystem disk space usage +df \- report file system disk space usage [DESCRIPTION] This manual page documents the GNU version of .BR df . .B df -displays the amount of disk space available on the filesystem +displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the -space available on all currently mounted filesystems is shown. Disk +space available on all currently mounted file systems is shown. Disk space is shown in 1K blocks by default, unless the environment variable POSIXLY_CORRECT is set, in which case 512-byte blocks are used. .PP If an argument is the absolute file name of a disk device node containing a -mounted filesystem, +mounted file system, .B df -shows the space available on that filesystem rather than on the -filesystem containing the device node (which is always the root -filesystem). This version of +shows the space available on that file system rather than on the +file system containing the device node (which is always the root +file system). This version of .B df -cannot show the space available on unmounted filesystems, because on +cannot show the space available on unmounted file systems, because on most kinds of systems doing so requires very nonportable intimate -knowledge of filesystem structures. +knowledge of file system structures. .SH OPTIONS diff --git a/man/stat.x b/man/stat.x index 86645a103..bf16567cd 100644 --- a/man/stat.x +++ b/man/stat.x @@ -1,4 +1,4 @@ [NAME] -stat \- display file or filesystem status +stat \- display file or file system status [DESCRIPTION] .\" Add any additional description here diff --git a/man/sync.x b/man/sync.x index e6b38de1a..e03235d76 100644 --- a/man/sync.x +++ b/man/sync.x @@ -1,4 +1,4 @@ [NAME] -sync \- flush filesystem buffers +sync \- flush file system buffers [DESCRIPTION] .\" Add any additional description here |