summaryrefslogtreecommitdiffstats
path: root/usr.bin/ipcrm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2007-03-09 12:45:00 +0000
committerru <ru@FreeBSD.org>2007-03-09 12:45:00 +0000
commite13673a69c5250ef175e124cf4ee2816cb55d771 (patch)
tree0de7348b8643529a936686f3848f3a8052d48f7f /usr.bin/ipcrm
parent5bf27a702f03e58ba719153cd2fa02ed218976b3 (diff)
downloadFreeBSD-src-e13673a69c5250ef175e124cf4ee2816cb55d771.zip
FreeBSD-src-e13673a69c5250ef175e124cf4ee2816cb55d771.tar.gz
Spell "id" as "ID".
Diffstat (limited to 'usr.bin/ipcrm')
-rw-r--r--usr.bin/ipcrm/ipcrm.18
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1
index b7e7c84..9e2a470 100644
--- a/usr.bin/ipcrm/ipcrm.1
+++ b/usr.bin/ipcrm/ipcrm.1
@@ -44,22 +44,22 @@ The
utility 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.
+creation ID or any associated key.
.Pp
The following options are used to specify which IPC objects will be removed.
Any number and combination of these options can be used:
.Bl -tag -width indent
.It Fl q Ar msqid
-Remove the message queue associated with the id
+Remove the message queue associated with the ID
.Ar msqid
from the system.
.It Fl m Ar shmid
-Mark the shared memory segment associated with id
+Mark the shared memory segment associated with ID
.Ar shmid
for removal.
This marked segment will be destroyed after the last detach.
.It Fl s Ar semid
-Remove the semaphore set associated with id
+Remove the semaphore set associated with ID
.Ar semid
from the system.
.It Fl Q Ar msgkey
OpenPOWER on IntegriCloud