aboutsummaryrefslogtreecommitdiffstats
path: root/man2/msgctl.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-03-18 12:59:24 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-03-25 12:12:27 +0100
commit47f065d6e8fb71a3b294fc3272c0f26cd18e34a5 (patch)
tree90d0176c958e7ee7ebf38838d72acdf7df8b606f /man2/msgctl.2
parent91bb32bf2e215a20b840ca2be4e6ee06abbe6e97 (diff)
downloadman-pages-47f065d6e8fb71a3b294fc3272c0f26cd18e34a5.tar.gz
msgctl.2, msgget.2, msgop.2, semctl.2, semget.2, semop.2, shmctl.2, shmget.2, shmop.2: Add "System V" to .TH line and text
Make it clear that these pages relate to System V IPC, not POSIX IPC. Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/msgctl.2')
-rw-r--r--man2/msgctl.24
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2
index 3f7ad9c685..85527f2112 100644
--- a/man2/msgctl.2
+++ b/man2/msgctl.2
@@ -36,7 +36,7 @@
.\"
.TH MSGCTL 2 2012-05-31 "Linux" "Linux Programmer's Manual"
.SH NAME
-msgctl \- message control operations
+msgctl \- System V message control operations
.SH SYNOPSIS
.nf
.B #include <sys/types.h>
@@ -49,7 +49,7 @@ msgctl \- message control operations
.BR msgctl ()
performs the control operation specified by
.I cmd
-on the message queue with identifier
+on the System V message queue with identifier
.IR msqid .
.PP
The