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/true | |
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/true')
-rw-r--r-- | usr.bin/true/true.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index 220a918ebae..d95e6f74b65 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: true.1,v 1.3 1998/10/30 00:24:40 aaron Exp $ +.\" $OpenBSD: true.1,v 1.4 1999/06/05 01:21:44 aaron Exp $ .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -45,7 +45,7 @@ .Nm true .Sh DESCRIPTION The -.Nm true +.Nm utility always returns with exit code 0. .Sh SEE ALSO .Xr csh 1 , @@ -53,6 +53,6 @@ utility always returns with exit code 0. .Xr sh 1 .Sh STANDARDS The -.Nm true -utility conforms to +.Nm +utility conforms to .St -p1003.2-92 . |