Source-Changes-HG archive

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

[src/trunk]: src/bin/df put -l explanation before -m, so that the options are...



details:   https://anonhg.NetBSD.org/src/rev/2591bf7236a3
branches:  trunk
changeset: 517037:2591bf7236a3
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Nov 05 17:51:56 2001 +0000

description:
put -l explanation before -m, so that the options are in alphabet order
Fixes misc/14471 by Hiramatsu Yoshifumi.

diffstat:

 bin/df/df.1 |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (29 lines):

diff -r 1bde5150f5a5 -r 2591bf7236a3 bin/df/df.1
--- a/bin/df/df.1       Mon Nov 05 15:24:48 2001 +0000
+++ b/bin/df/df.1       Mon Nov 05 17:51:56 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: df.1,v 1.22 2001/08/20 12:00:46 wiz Exp $
+.\"    $NetBSD: df.1,v 1.23 2001/11/05 17:51:56 jdolecek Exp $
 .\"
 .\" Copyright (c) 1989, 1990, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -81,15 +81,15 @@
 The
 .Fl k
 option causes the numbers to be reported in kilobyte (1024 bytes) counts.
-.It Fl m
-The 
-.Fl m
-option causes the numbers to be reported in megabyte (1024*1024 bytes) counts.
 .It Fl l
 Display statistics only about mounted file systems with the
 .Dv MNT_LOCAL
 flag set.  If a non-local file system is given as an argument, a
 warning is issued and no information is given on that file system.
+.It Fl m
+The
+.Fl m
+option causes the numbers to be reported in megabyte (1024*1024 bytes) counts.
 .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