minor wordsmithing
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Jun 1991 06:38:27 +0000 (22:38 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Tue, 18 Jun 1991 06:38:27 +0000 (22:38 -0800)
SCCS-vsn: bin/df/df.1 6.9
SCCS-vsn: usr.bin/du/du.1 6.12
SCCS-vsn: bin/echo/echo.1 6.6

usr/src/bin/df/df.1
usr/src/bin/echo/echo.1
usr/src/usr.bin/du/du.1

index 0aab377..8484f22 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)df.1       6.8 (Berkeley) %G%
+.\"     @(#)df.1       6.9 (Berkeley) %G%
 .\"
 .Dd 
 .Dt DF 1
 .\"
 .Dd 
 .Dt DF 1
 .Sh DESCRIPTION
 .Nm Df
 displays statistics about the amount of free disk space on the specified
 .Sh DESCRIPTION
 .Nm Df
 displays statistics about the amount of free disk space on the specified
-filesystem
 .Ar filesystem
 or on the filesystem of which
 .Ar file
 is a part.
 .Ar filesystem
 or on the filesystem of which
 .Ar file
 is a part.
-If neither a file or a filesystem argument is given,
-statistics for every filesystem mounted is displayed.
+If neither a file or a filesystem operand is specified,
+statistics for all mounted filesystems are displayed.
 .Pp
 The following options are available:
 .Bl -tag -width Ds
 .It Fl i
 Include statistics on the number of free inodes.
 .It Fl k
 .Pp
 The following options are available:
 .Bl -tag -width Ds
 .It Fl i
 Include statistics on the number of free inodes.
 .It Fl k
-By default, all reported numbers are in 512-byte blocks.
-This causes the numbers to be reported in kilobytes.
+By default, all sizes are reported in 512-byte block counts.
+The
+.Fl k
+option causes the numbers to be reported in kilobyte counts.
 .It Fl n
 Print out the previously obtained statistics from the filesystems.
 .It Fl n
 Print out the previously obtained statistics from the filesystems.
-This option should be used
-if it is possible that one or more filesystems are
-in a state such that they will not be able
-to provide statistics without a long delay.
+This option should be used if it is possible that one or more
+filesystems are in a state such that they will not be able to provide
+statistics without a long delay.
 When this option is specified,
 .Nm df
 When this option is specified,
 .Nm df
-will not request new statistics from the filesystems,
-but will respond with the possibly stale statistics
-that were previously obtained.
+will not request new statistics from the filesystems, but will respond
+with the possibly stale statistics that were previously obtained.
 .El
 .Sh BUGS
 The
 .El
 .Sh BUGS
 The
index 456457c..9d9acf5 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.man%
 .\"
 .\"
 .\" %sccs.include.redist.man%
 .\"
-.\"     @(#)echo.1     6.5 (Berkeley) %G%
+.\"     @(#)echo.1     6.6 (Berkeley) %G%
 .\"
 .Vx
 .Dd 
 .\"
 .Vx
 .Dd 
 .Sh DESCRIPTION
 The
 .Nm
 .Sh DESCRIPTION
 The
 .Nm
-utility writes its arguments to standard output,
-followed by a <newline> character.
-If there are no arguments,
-only the <newline> character is written.
+utility writes any specified operands (separated by single blank (`` '')
+characters), followed by a newline (``\en'') character, to the standard
+output.
 .Pp
 The following option is available:
 .Tw Ds
 .Tp Fl n
 .Pp
 The following option is available:
 .Tw Ds
 .Tp Fl n
-The output is not terminated with a newline.
+Do not print the trailing newline character.
 .Tp
 .Pp
 .Tp
 .Pp
-The argument
-.Ar string
-defines a string to be written to standard output.
-.Pp
 .Nm Echo
 utility exits 0 on success, and >0 if an error occurs.
 .Nm Echo
 utility exits 0 on success, and >0 if an error occurs.
+.Sh SEE ALSO
+.Xr printf 1
 .Sh STANDARDS
 The
 .Nm echo
 .Sh STANDARDS
 The
 .Nm echo
index 5cb550f..c406b75 100644 (file)
@@ -3,7 +3,7 @@
 .\"
 .\" %sccs.include.redist.roff%
 .\"
 .\"
 .\" %sccs.include.redist.roff%
 .\"
-.\"     @(#)du.1       6.11 (Berkeley) %G%
+.\"     @(#)du.1       6.12 (Berkeley) %G%
 .\"
 .Dd 
 .Dt DU 1
 .\"
 .Dd 
 .Dt DU 1
@@ -37,11 +37,12 @@ system call, i.e. 512-byte blocks.
 If the
 .Fl k
 flag is specified, the number displayed is the number of 1024-byte
 If the
 .Fl k
 flag is specified, the number displayed is the number of 1024-byte
-blocks with partial blocks rounded up.
+blocks.
+Partial numbers of blocks are rounded up.
 .It Fl s
 Generate only the grand total.
 .It Fl x
 .It Fl s
 Generate only the grand total.
 .It Fl x
-Don't traverse any mount points.
+Filesystem mount points are not traversed.
 .El
 .Pp
 If
 .El
 .Pp
 If