summaryrefslogtreecommitdiff
path: root/usr.bin/false/false.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>1999-06-05 01:21:54 +0000
commit1805b94e6caa317d402e398fa06fa3d93d6827a0 (patch)
treee58ba56a51e58547f1d6f5a95c25435bc397c5c3 /usr.bin/false/false.1
parentf35d61706eae00527a19f021ef26ab0109f18e5c (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/false/false.1')
-rw-r--r--usr.bin/false/false.110
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1
index dd731e19c5d..210bc6492cd 100644
--- a/usr.bin/false/false.1
+++ b/usr.bin/false/false.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: false.1,v 1.3 1998/09/26 19:54:41 aaron Exp $
+.\" $OpenBSD: false.1,v 1.4 1999/06/05 01:21:24 aaron Exp $
.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
@@ -37,7 +37,7 @@
.\"
.Dd July 24, 1991
.Dt FALSE 1
-.Os BSD 4.2
+.Os
.Sh NAME
.Nm false
.Nd return false value
@@ -45,7 +45,7 @@
.Nm false
.Sh DESCRIPTION
The
-.Nm false
+.Nm
utility always exits with a non-zero exit code.
.Sh SEE ALSO
.Xr csh 1 ,
@@ -53,6 +53,6 @@ utility always exits with a non-zero exit code.
.Xr true 1
.Sh STANDARDS
The
-.Nm false
-utility conforms to
+.Nm
+utility conforms to
.St -p1003.2-92 .