summaryrefslogtreecommitdiffstats
path: root/sys-utils/ipcrm.1
diff options
context:
space:
mode:
authorJ William Piggott2015-01-20 02:11:52 +0100
committerJ William Piggott2015-01-21 00:15:30 +0100
commitb06c1ca6f8708e541d102843ed9b9bd38ce207cd (patch)
tree29c49ad44541dd7f3b67f9c744b9a9b625b675ae /sys-utils/ipcrm.1
parentlibfdisk: accept Start offset in {B,M,G..}iB in sfdisk scripts (diff)
downloadkernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.gz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.tar.xz
kernel-qcow2-util-linux-b06c1ca6f8708e541d102843ed9b9bd38ce207cd.zip
docs: restore minus symbols in long opts
Signed-off-by: J William Piggott <elseifthen@gmx.com>
Diffstat (limited to 'sys-utils/ipcrm.1')
-rw-r--r--sys-utils/ipcrm.112
1 files changed, 6 insertions, 6 deletions
diff --git a/sys-utils/ipcrm.1 b/sys-utils/ipcrm.1
index 6f58d0fcf..b4420c978 100644
--- a/sys-utils/ipcrm.1
+++ b/sys-utils/ipcrm.1
@@ -55,29 +55,29 @@ if you are unsure how the software using the resources might react to missing
objects. Some programs create these resources at startup and may not have
any code to deal with an unexpected disappearance.
.TP
-.BR \-M , " \-\-shmem-key " \fIshmkey
+.BR \-M , " \-\-shmem\-key " \fIshmkey
Remove the shared memory segment created with
.I shmkey
after the last detach is performed.
.TP
-.BR \-m , " \-\-shmem-id " \fIshmid
+.BR \-m , " \-\-shmem\-id " \fIshmid
Remove the shared memory segment identified by
.I shmid
after the last detach is performed.
.TP
-.BR \-Q , " \-\-queue-key " \fImsgkey
+.BR \-Q , " \-\-queue\-key " \fImsgkey
Remove the message queue created with
.IR msgkey .
.TP
-.BR \-q , " \-\-queue-id " \fImsgid
+.BR \-q , " \-\-queue\-id " \fImsgid
Remove the message queue identified by
.IR msgid .
.TP
-.BR \-S , " \-\-semaphore-key " \fIsemkey
+.BR \-S , " \-\-semaphore\-key " \fIsemkey
Remove the semaphore created with
.IR semkey .
.TP
-.BR \-s , " \-\-semaphore-id " \fIsemid
+.BR \-s , " \-\-semaphore\-id " \fIsemid
Remove the semaphore identified by
.IR semid .
.TP