diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-10-18 06:55:11 +0000 |
commit | 3e6f48209fb1159a6ceb04d1acc6f1add775fc45 (patch) | |
tree | 72ceb92bea0f90da3a9209d6929cec5ee0f1df08 /bin/df | |
parent | a6174cd0b609f882475db2af94f6559e5a5e6ff8 (diff) |
Add some rudimentary EXAMPLES sections and standardize the way we display
existing EXAMPLES sections.
Diffstat (limited to 'bin/df')
-rw-r--r-- | bin/df/df.1 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/bin/df/df.1 b/bin/df/df.1 index 5e899849575..4faa223e9d4 100644 --- a/bin/df/df.1 +++ b/bin/df/df.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: df.1,v 1.22 2000/03/17 18:15:12 aaron Exp $ +.\" $OpenBSD: df.1,v 1.23 2000/10/18 06:55:07 aaron Exp $ .\" $NetBSD: df.1,v 1.12 1995/12/05 02:42:45 jtc Exp $ .\" .\" Copyright (c) 1989, 1990, 1993 @@ -114,6 +114,13 @@ 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 +.Cm 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 The following environment variables affect the execution of .Nm df : |