diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2010-09-03 11:09:30 +0000 |
commit | 25818e05e234f7e28cf2f85c16dd8fda67d13b61 (patch) | |
tree | 75d9b923fe8192de2a66a9228540f829bf0d826b /usr.bin/strip | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/strip')
-rw-r--r-- | usr.bin/strip/strip.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/strip/strip.1 b/usr.bin/strip/strip.1 index fc236b9a32e..94ae043d084 100644 --- a/usr.bin/strip/strip.1 +++ b/usr.bin/strip/strip.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: strip.1,v 1.14 2010/06/03 11:23:16 jmc Exp $ +.\" $OpenBSD: strip.1,v 1.15 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1989, 1990 The Regents of the University of California. .\" All rights reserved. @@ -29,7 +29,7 @@ .\" .\" from: @(#)strip.1 6.6 (Berkeley) 5/26/91 .\" -.Dd $Mdocdate: June 3 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt STRIP 1 .Os .Sh NAME @@ -65,7 +65,7 @@ Delete only debugging, compiler identification, and local symbols. .El .Pp When conflicting options are combined, the latter option wins. -.Pp +.Sh EXIT STATUS .Ex -std strip .Sh SEE ALSO .Xr cc 1 , |