]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - sys-utils/ipcrm.1.adoc
Merge branch 'patch-23' of https://github.com/mariobl/util-linux
[thirdparty/util-linux.git] / sys-utils / ipcrm.1.adoc
index 0336a029120603f0ea8df54ad3e4b298d174b79e..98e3638921523065cfa08e3b608cfc12647ad5d7 100644 (file)
@@ -1,13 +1,15 @@
+//po4a: entry man manual
 ////
 Copyright 2002 Andre C. Mazzone (linuxdev@karagee.com)
 May be distributed under the GNU General Public License
 ////
 = ipcrm(1)
 :doctype: manpage
-:man manual: User commands
+:man manual: User Commands
 :man source: util-linux {release-version}
 :page-layout: base
 :command: ipcrm
+:asterisk: *
 
 == NAME
 
@@ -34,36 +36,34 @@ The details of the removes are described in *shmctl*(2), *msgctl*(2), and *semct
 == OPTIONS
 
 *-a*, *--all* [*shm*] [*msg*] [*sem*]::
-  Remove all resources. When an option argument is provided, the removal is performed only for the specified resource types. +
-  _Warning!_ Do not use *-a* 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.
+Remove all resources. When an option argument is provided, the removal is performed only for the specified resource types.
++
+_Warning!_ Do not use *-a* 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.
 
 *-M*, *--shmem-key* _shmkey_::
-  Remove the shared memory segment created with _shmkey_ after the last detach is performed.
+Remove the shared memory segment created with _shmkey_ after the last detach is performed.
 
 *-m*, *--shmem-id* _shmid_::
-  Remove the shared memory segment identified by _shmid_ after the last detach is performed.
+Remove the shared memory segment identified by _shmid_ after the last detach is performed.
 
 *-Q*, *--queue-key* _msgkey_::
-  Remove the message queue created with _msgkey_.
+Remove the message queue created with _msgkey_.
 
 *-q*, *--queue-id* _msgid_::
-  Remove the message queue identified by _msgid_.
+Remove the message queue identified by _msgid_.
 
 *-S*, *--semaphore-key* _semkey_::
-  Remove the semaphore created with _semkey_.
+Remove the semaphore created with _semkey_.
 
 *-s*, *--semaphore-id* _semid_::
-  Remove the semaphore identified by _semid_.
+Remove the semaphore identified by _semid_.
 
-*-V*, *--version*::
-  Display version information and exit.
-
-*-h*, *--help*::
-  Display help text and exit.
+include::man-common/help-version.adoc[]
 
 == NOTES
 
-In its first Linux implementation, *ipcrm* used the deprecated syntax shown in the second line of the *SYNOPSIS*. Functionality present in other +++*+++nix implementations of *ipcrm* has since been added, namely the ability to delete resources by key (not just identifier), and to respect the same command-line syntax. For backward compatibility the previous syntax is still supported.
+//TRANSLATORS: Keep {asterisk} untranslated; it expands to "*nix".
+In its first Linux implementation, *ipcrm* used the deprecated syntax shown in the second line of the *SYNOPSIS*. Functionality present in other {asterisk}nix implementations of *ipcrm* has since been added, namely the ability to delete resources by key (not just identifier), and to respect the same command-line syntax. For backward compatibility the previous syntax is still supported.
 
 == SEE ALSO
 
@@ -79,10 +79,10 @@ In its first Linux implementation, *ipcrm* used the deprecated syntax shown in t
 *ftok*(3),
 *sysvipc*(7)
 
-include::../man-common/bugreports.adoc[]
+include::man-common/bugreports.adoc[]
 
-include::../man-common/footer.adoc[]
+include::man-common/footer.adoc[]
 
 ifdef::translation[]
-include::../man-common/translation.adoc[]
+include::man-common/translation.adoc[]
 endif::[]