Source-Changes-HG archive

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

[src/trunk]: src/bin/df grammar fix.



details:   https://anonhg.NetBSD.org/src/rev/7d81e6aa0b20
branches:  trunk
changeset: 545787:7d81e6aa0b20
user:      grant <grant%NetBSD.org@localhost>
date:      Wed Apr 16 13:17:52 2003 +0000

description:
grammar fix.

diffstat:

 bin/df/df.1 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r b2d0f0f36e3c -r 7d81e6aa0b20 bin/df/df.1
--- a/bin/df/df.1       Wed Apr 16 13:10:40 2003 +0000
+++ b/bin/df/df.1       Wed Apr 16 13:17:52 2003 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: df.1,v 1.28 2003/03/29 18:11:29 perry Exp $
+.\"    $NetBSD: df.1,v 1.29 2003/04/16 13:17:52 grant Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -86,7 +86,7 @@
 By default, all sizes are reported in 512-byte block counts.
 The
 .Fl k
-option causes the numbers to be reported in kilobyte (1024 bytes) counts.
+option causes the numbers to be reported in kilobytes (1024 bytes).
 .It Fl l
 Display statistics only about mounted file systems with the
 .Dv MNT_LOCAL
@@ -96,7 +96,7 @@
 .It Fl m
 The
 .Fl m
-option causes the numbers to be reported in megabyte (1024*1024 bytes) counts.
+option causes the numbers to be reported in megabytes (1024*1024 bytes).
 .It Fl n
 Print out the previously obtained statistics from the file systems.
 This option should be used if it is possible that one or more



Home | Main Index | Thread Index | Old Index