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/basename | |
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/basename')
-rw-r--r-- | usr.bin/basename/basename.1 | 4 | ||||
-rw-r--r-- | usr.bin/basename/dirname.1 | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/basename/basename.1 b/usr.bin/basename/basename.1 index 9cbb8e44f1a..220d246a01b 100644 --- a/usr.bin/basename/basename.1 +++ b/usr.bin/basename/basename.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: basename.1,v 1.5 1998/09/23 04:32:35 aaron Exp $ +.\" $OpenBSD: basename.1,v 1.6 1999/06/05 01:21:19 aaron Exp $ .\" $NetBSD: basename.1,v 1.9 1995/03/25 18:17:45 glass Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 @@ -59,7 +59,7 @@ if given. The resulting filename is written to the standard output. A non-existent suffix is ignored. .Pp -.Sh EXAMPLES +.Sh EXAMPLES The following line sets the shell variable .Ev FOO to diff --git a/usr.bin/basename/dirname.1 b/usr.bin/basename/dirname.1 index 5832a39bd7d..2d6ed16d1b7 100644 --- a/usr.bin/basename/dirname.1 +++ b/usr.bin/basename/dirname.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dirname.1,v 1.2 1998/09/23 04:32:35 aaron Exp $ +.\" $OpenBSD: dirname.1,v 1.3 1999/06/05 01:21:19 aaron Exp $ .\" .\" Copyright (c) 1990, 1993, 1994 .\" The Regents of the University of California. All rights reserved. @@ -51,9 +51,9 @@ deletes the filename portion, beginning with the last slash .Pq Sq \&/ character to the end of -.Ar string , +.Ar string , and writes the result to the standard output. -.Sh EXAMPLES +.Sh EXAMPLES The following line sets the shell variable .Ev FOO to |