]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Man pages: ipcmk.1, ipcs.1, lsipc.1: explicitly mention "System V"
authorMichael Kerrisk (man-pages) <mtk.manpages@gmail.com>
Mon, 25 May 2020 12:59:11 +0000 (14:59 +0200)
committerKarel Zak <kzak@redhat.com>
Thu, 28 May 2020 12:51:53 +0000 (14:51 +0200)
Explicitly mention "System V" in the description, so that readers do not
get confused with the POSIX IPC mechanisms.

Signed-off-by: Michael Kerrisk (man-pages) <mtk.manpages@gmail.com>
sys-utils/ipcmk.1
sys-utils/ipcs.1
sys-utils/lsipc.1

index 6de6d819db209a71a88ac403e8eefc0a3ead86ad..c402220141bfb13413e3ac35d0e8b1868da276dd 100644 (file)
@@ -8,7 +8,8 @@ ipcmk \- make various IPC resources
 [options]
 .SH DESCRIPTION
 .B ipcmk
-allows you to create shared memory segments, message queues,
+allows you to create System V inter-process communication (IPC) objects:
+shared memory segments, message queues,
 and semaphore arrays.
 .SH OPTIONS
 .TP
index e0662302dec65d7ced0ef2b7458615a4922aa30f..d259a7df6fd3ecc237c7f8f094bba131e528c58b 100644 (file)
@@ -8,7 +8,7 @@ ipcs \- show information on IPC facilities
 [options]
 .SH DESCRIPTION
 .B ipcs
-shows information on inter-process communication facilities.
+shows information on System V inter-process communication facilities.
 By default it shows information about all three resources:
 shared memory segments, message queues, and semaphore arrays.
 .SH OPTIONS
index e5ae55bbd5e43e7297ecbbbf6da4f5e29bd9f4e8..b58b4cdf475671c86d6b4b14831d712eba7e053a 100644 (file)
@@ -8,7 +8,7 @@ lsipc \- show information on IPC facilities currently employed in the system
 [options]
 .SH DESCRIPTION
 .B lsipc
-shows information on the inter-process communication facilities
+shows information on the System V inter-process communication facilities
 for which the calling process has read access.
 .SH OPTIONS
 .TP