put -l explanation before -m, so that the options are in alphabet order
Fixes misc/14471 by Hiramatsu Yoshifumi.
This commit is contained in:
parent
825f13d59e
commit
a76b375c0f
10
bin/df/df.1
10
bin/df/df.1
|
@ -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 @@ 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.
|
||||
.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
|
||||
|
|
Loading…
Reference in New Issue