diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
commit | 4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch) | |
tree | aa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /usr.bin/false | |
parent | c475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff) |
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. it
certainly feels better than adding single sentences randomly to the
end of text bodies.
Diffstat (limited to 'usr.bin/false')
-rw-r--r-- | usr.bin/false/false.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.bin/false/false.1 b/usr.bin/false/false.1 index 5c19728eefc..a7a1ccec81b 100644 --- a/usr.bin/false/false.1 +++ b/usr.bin/false/false.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: false.1,v 1.8 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: false.1,v 1.9 2009/01/06 23:56:18 jmc Exp $ .\" Copyright (c) 1983, 1990 The Regents of the University of California. .\" All rights reserved. .\" @@ -43,10 +43,6 @@ The .Nm utility always exits with a non-zero exit code. -.Pp -.Nm -also exists as a built-in to -.Xr ksh 1 . .Sh SEE ALSO .Xr ksh 1 , .Xr true 1 @@ -56,3 +52,7 @@ The utility is compliant with the .St -p1003.1-2004 specification. +.Pp +.Nm +also exists as a built-in to +.Xr ksh 1 . |