summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcrm
diff options
context:
space:
mode:
authoraaron <aaron@openbsd.org>1999-07-04 11:53:50 +0000
committeraaron <aaron@openbsd.org>1999-07-04 11:53:50 +0000
commit581190f2b86f08d8f5ea25e9f782033f2890b039 (patch)
tree5734d89895f870f15979aedb8170ff3056f68425 /usr.bin/ipcrm
parentconstrain token character set; worked out with hugh@openbsd.org (diff)
downloadwireguard-openbsd-581190f2b86f08d8f5ea25e9f782033f2890b039.tar.xz
wireguard-openbsd-581190f2b86f08d8f5ea25e9f782033f2890b039.zip
correct use of .Nm; some other formatting nits
Diffstat (limited to 'usr.bin/ipcrm')
-rw-r--r--usr.bin/ipcrm/ipcrm.14
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1
index c70bd448196..7b98f385e90 100644
--- a/usr.bin/ipcrm/ipcrm.1
+++ b/usr.bin/ipcrm/ipcrm.1
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipcrm.1,v 1.4 1999/06/05 01:21:27 aaron Exp $
+.\" $OpenBSD: ipcrm.1,v 1.5 1999/07/04 11:53:55 aaron Exp $
.\" Copyright (c) 1994 Adam Glass
.\" All rights reserved.
.\"
@@ -40,7 +40,7 @@ segments
.Op Fl S Ar semkey
.Ar ...
.Sh DESCRIPTION
-.Nm ipcrm
+.Nm
removes the specified message queues, semaphores and shared memory
segments. These System V IPC objects can be specified by their
creation ID or any associated key.