diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-05 01:21:54 +0000 |
commit | 1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch) | |
tree | e58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/du/du.1 | |
parent | f35d61706eae00527a19f021ef26ab0109f18e5c (diff) |
- remove trailing white space
- remove arguments from .Os macros
- remove arguments from .Nm macros, where appropriate
- some more Dq/Sq/Ql insanity
- still lots to do in the usr.bin tree... :/
Diffstat (limited to 'usr.bin/du/du.1')
-rw-r--r-- | usr.bin/du/du.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/du/du.1 b/usr.bin/du/du.1 index 5c86039fbb7..0943077a5f4 100644 --- a/usr.bin/du/du.1 +++ b/usr.bin/du/du.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: du.1,v 1.8 1998/09/23 04:32:38 aaron Exp $ +.\" $OpenBSD: du.1,v 1.9 1999/06/05 01:21:22 aaron Exp $ .\" $NetBSD: du.1,v 1.6 1996/10/18 07:20:31 thorpej Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -97,9 +97,9 @@ Filesystem mount points are not traversed. counts the storage used by symbolic links and not the files they reference unless the .Fl H -or -.Fl L -option is specified. +or +.Fl L +option is specified. If either the .Fl H or @@ -123,7 +123,7 @@ execution. .It Ev BLOCKSIZE If the environment variable .Ev BLOCKSIZE -is set, and the +is set, and the .Fl k option is not specified, the block counts will be displayed in units of that size block. |