]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
man: Fixed incorrect ipcrm options
authorPrasanna Paithankar <paithankarprasanna@gmail.com>
Fri, 29 Aug 2025 12:43:17 +0000 (18:13 +0530)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Sep 2025 10:15:11 +0000 (12:15 +0200)
Signed-off-by: Prasanna Paithankar <paithankarprasanna@gmail.com>
(cherry picked from commit 40d088c63ce7742180e7d7e813dcababd4c478f5)

sys-utils/ipcrm.1.adoc

index f4a8b4546442825688fc3b5095ed10e2aa3439d2..4c0e117b77f3798ea05656e6b75ed79fcdce3a9a 100644 (file)
@@ -46,7 +46,7 @@ Remove the shared memory segment created with _shmkey_ after the last detach is
 *-m*, *--shmem-id* _shmid_::
 Remove the shared memory segment identified by _shmid_ after the last detach is performed.
 
-*-x*, *--posix-shmem* _name_::
+*--posix-shmem* _name_::
 Remove the POSIX shared memory segment created with _name_.
 
 *-Q*, *--queue-key* _msgkey_::
@@ -55,7 +55,7 @@ Remove the message queue created with _msgkey_.
 *-q*, *--queue-id* _msgid_::
 Remove the message queue identified by _msgid_.
 
-*-y*, *--posix-mqueue* _name_::
+*--posix-mqueue* _name_::
 Remove the POSIX message queue created with _name_.
 
 *-S*, *--semaphore-key* _semkey_::
@@ -64,7 +64,7 @@ Remove the semaphore created with _semkey_.
 *-s*, *--semaphore-id* _semid_::
 Remove the semaphore identified by _semid_.
 
-*-z*, *--posix-semaphore* _name_::
+*--posix-semaphore* _name_::
 Remove the POSIX named semaphore created with _name_.
 
 include::man-common/help-version.adoc[]