From b06c1ca6f8708e541d102843ed9b9bd38ce207cd Mon Sep 17 00:00:00 2001 From: J William Piggott Date: Mon, 19 Jan 2015 20:11:52 -0500 Subject: docs: restore minus symbols in long opts Signed-off-by: J William Piggott --- sys-utils/ipcrm.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys-utils/ipcrm.1') 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 -- cgit v1.2.3-55-g7522