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/ipcs | |
parent | d4eeef45f2a89e6c666b0fccd3ea95fee9c88b4d (diff) |
add an EXIT STATUS section for /usr/bin;
Diffstat (limited to 'usr.bin/ipcs')
-rw-r--r-- | usr.bin/ipcs/ipcs.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ipcs/ipcs.1 b/usr.bin/ipcs/ipcs.1 index 2e89a78a2ea..9372b8c8665 100644 --- a/usr.bin/ipcs/ipcs.1 +++ b/usr.bin/ipcs/ipcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipcs.1,v 1.20 2010/07/22 07:38:56 jmc Exp $ +.\" $OpenBSD: ipcs.1,v 1.21 2010/09/03 11:09:29 jmc Exp $ .\" .\" Copyright (c) 1994 SigmaSoft, Th. Lockert .\" All rights reserved. @@ -23,7 +23,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 22 2010 $ +.Dd $Mdocdate: September 3 2010 $ .Dt IPCS 1 .Os .Sh NAME @@ -120,14 +120,14 @@ or .Fl s options are specified, information about all active IPC facilities is listed. -.Pp -.Ex -std ipcs .Sh RESTRICTIONS System data structures may change while .Nm is running; the output of .Nm is not guaranteed to be consistent. +.Sh EXIT STATUS +.Ex -std ipcs .Sh SEE ALSO .Xr ipcrm 1 .Sh STANDARDS |