diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-29 07:44:58 +0000 |
commit | 18c92fc2ba01e7464165f7c02fc5f8293a01f3c3 (patch) | |
tree | faae964424026b841a6c49d080a14bda723340e8 /usr.bin/true | |
parent | 65f9632b4ba1bbfe0de5347d964c4c6640fe1c0f (diff) |
various EXIT STATUS fixes; from Daniel Dickman
Diffstat (limited to 'usr.bin/true')
-rw-r--r-- | usr.bin/true/true.1 | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/usr.bin/true/true.1 b/usr.bin/true/true.1 index a5e850e7cb9..4adf0d21d76 100644 --- a/usr.bin/true/true.1 +++ b/usr.bin/true/true.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: true.1,v 1.11 2009/02/08 17:15:10 jmc Exp $ +.\" $OpenBSD: true.1,v 1.12 2010/09/29 07:44:56 jmc Exp $ .\" .\" Copyright (c) 1983, 1985, 1990 The Regents of the University of California. .\" All rights reserved. @@ -32,7 +32,7 @@ .\" .\" from: @(#)true.1 6.4 (Berkeley) 6/27/91 .\" -.Dd $Mdocdate: February 8 2009 $ +.Dd $Mdocdate: September 29 2010 $ .Dt TRUE 1 .Os .Sh NAME @@ -44,6 +44,10 @@ The .Nm utility always returns with exit code 0. +.Sh EXIT STATUS +The +.Nm +utility always returns with exit code 0. .Sh SEE ALSO .Xr false 1 , .Xr ksh 1 |