From a9b305d61e69c1bcce4e6a3a814083d348e1a146 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 5 Mar 2006 20:58:40 +0000 Subject: [PATCH] Added SEE ALSO reference to mq_overview.7. --- man2/msgctl.2 | 3 ++- man2/msgget.2 | 3 ++- man2/msgop.2 | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 1b766c042..cf4b7d5f6 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -329,4 +329,5 @@ SVr4, SVID. SVID does not document the EIDRM error condition. .BR msgrcv (2), .BR msgsnd (2), .BR ipc (5), -.BR capabilities (7) +.BR capabilities (7), +.BR mq_overview (7) diff --git a/man2/msgget.2 b/man2/msgget.2 index 6571fb1b6..c452067dd 100644 --- a/man2/msgget.2 +++ b/man2/msgget.2 @@ -216,4 +216,5 @@ on a message queue scheduled for deletion. .BR msgsnd (2), .BR ftok (3), .BR ipc (5), -.BR capabilities (7) +.BR capabilities (7), +.BR mq_overview (7) diff --git a/man2/msgop.2 b/man2/msgop.2 index 5f3a0bac9..22b5129b6 100644 --- a/man2/msgop.2 +++ b/man2/msgop.2 @@ -435,4 +435,5 @@ and for the system wide maximum size in bytes of the message pool .BR msgrcv (2), .BR msgsnd (2), .BR ipc (5), -.BR capabilities (7) +.BR capabilities (7), +.BR mq_overview (7)