diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-18 16:17:22 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-10-18 16:17:22 +0000 |
commit | b4b8fbe4a496e2da06e0fee30c9f4a864c708c44 (patch) | |
tree | d209c6773658daf78aa513ecfd15ebcce965240f /bin/df | |
parent | ae8885d7ae970f48365f6a7e01556bc7a036ee7a (diff) |
- standard EXAMPLES section
- use .Ex instead of an entire DIAGNOSTICS section
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/df.1 | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 310236db016..eeef99699ec 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.34 2004/11/17 23:51:01 millert Exp $ +.\" $OpenBSD: df.1,v 1.35 2006/10/18 16:17:21 jmc Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -110,6 +110,8 @@ 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 +.Pp +.Ex -std df .Sh ENVIRONMENT .Bl -tag -width BLOCKSIZE .It Ev BLOCKSIZE @@ -123,23 +125,12 @@ options are 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 DIAGNOSTICS -The -.Nm -utility exits with one of the following values: +file system using kilobyte block sizes: .Pp -.Bl -tag -width flag -.It Li 0 -Successful completion. -.It Li \*(Gt0 -An error occurred. -.El +.Dl $ df -kP /usr .Sh SEE ALSO .Xr quota 1 , .Xr fstatfs 2 , |