summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2003-02-05 14:15:02 +0000
committercharnier <charnier@FreeBSD.org>2003-02-05 14:15:02 +0000
commit75de6b34e599a890ca2bc4f87bff8a3a5874217f (patch)
tree4a551b683960f81dc0ada71f12258b243731d854 /usr.bin
parent89bc49645c4f5b9cd46fe31b94108ba7cee1f09a (diff)
downloadFreeBSD-src-75de6b34e599a890ca2bc4f87bff8a3a5874217f.zip
FreeBSD-src-75de6b34e599a890ca2bc4f87bff8a3a5874217f.tar.gz
Wrap long line. Use .Ar instead of .Nm where appropriate.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/ipcrm/ipcrm.117
1 files changed, 9 insertions, 8 deletions
diff --git a/usr.bin/ipcrm/ipcrm.1 b/usr.bin/ipcrm/ipcrm.1
index 21eb593..ee1e348 100644
--- a/usr.bin/ipcrm/ipcrm.1
+++ b/usr.bin/ipcrm/ipcrm.1
@@ -45,33 +45,34 @@ 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.
.Pp
-The following options are used to specify which IPC objects will be removed. Any number and combination of these options can be used:
+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
-.Nm msqid
+.Ar msqid
from the system.
.It Fl m Ar shmid
Mark the shared memory segment associated with id
-.Nm shmid
+.Ar shmid
for removal.
This marked segment will be destroyed after the last detach.
.It Fl s Ar semid
-Removes the semaphore set associated with id
-.Nm semid
+Remove the semaphore set associated with id
+.Ar semid
from the system.
.It Fl Q Ar msgkey
Remove the message queue associated with key
-.Nm msgkey
+.Ar msgkey
from the system.
.It Fl M Ar shmkey
Mark the shared memory segment associated with key
-.Nm shmkey
+.Ar shmkey
for removal.
This marked segment will be destroyed after the last detach.
.It Fl S Ar semkey
Remove the semaphore set associated with key
-.Nm semkey
+.Ar semkey
from the system.
.El
.Pp
OpenPOWER on IntegriCloud