diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 12:58:54 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-05-29 12:58:54 +0000 |
commit | 60429c29a502f6bb13c7bbcd6cab030fbe19e2e0 (patch) | |
tree | 0d66bdccaa35d9325501063cf19530e3f7fa3259 /bin/df | |
parent | e2c923d57679afda6e8202ff4f49f7e4557a93f2 (diff) |
section reorder;
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/df.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 3837729e142..d33d3ef4d9b 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.29 2003/03/12 20:12:35 deraadt Exp $ +.\" $OpenBSD: df.1,v 1.30 2003/05/29 12:58:53 jmc Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -114,13 +114,6 @@ If a file system is given on the command line that is not of the specified type, a warning is issued and no information is given on that file system. .El -.Sh EXAMPLES -.Li $ df -kP /usr -.Pp -Output, in a strict format suitable for portable scripts, disk space -statistics for the -.Pa /usr -file system using kilobyte block sizes. .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE @@ -131,6 +124,13 @@ is set, and the option is not specified, the block counts will be displayed in units of that size block. .El +.Sh EXAMPLES +.Li $ df -kP /usr +.Pp +Output, in a strict format suitable for portable scripts, disk space +statistics for the +.Pa /usr +file system using kilobyte block sizes. .Sh SEE ALSO .Xr quota 1 , .Xr fstatfs 2 , |