]> 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)
committerPrasanna Paithankar <paithankarprasanna@gmail.com>
Fri, 29 Aug 2025 12:43:17 +0000 (18:13 +0530)
Signed-off-by: Prasanna Paithankar <paithankarprasanna@gmail.com>
sys-utils/ipcrm.1.adoc

index 1f2960445b45017c077a0f2ec372c164225f7090..23086f02230ae121b035b590c1cc1676f39e0355 100644 (file)
@@ -48,7 +48,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_::
@@ -57,7 +57,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_::
@@ -66,7 +66,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[]