diff options
Diffstat (limited to 'man2/msgctl.2')
| -rw-r--r-- | man2/msgctl.2 | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 2cdb876259..a74bb23716 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -32,7 +32,7 @@ .\" Added msqid_ds and ipc_perm structure definitions .\" 2005-08-02, mtk: Added IPC_INFO, MSG_INFO, MSG_STAT descriptions .\" -.TH MSGCTL 2 2008-08-06 "Linux" "Linux Programmer's Manual" +.TH MSGCTL 2 2012-05-31 "Linux" "Linux Programmer's Manual" .SH NAME msgctl \- message control operations .SH SYNOPSIS @@ -310,6 +310,19 @@ capability). SVr4, POSIX.1-2001. .\" SVID does not document the EIDRM error condition. .SH NOTES +The inclusion of +.I <sys/types.h> +and +.I <sys/ipc.h> +isn't required on Linux or by any version of POSIX. +However, +some old implementations required the inclusion of these header files, +and the SVID also documented their inclusion. +Applications intended to be portable to such old systems may need +to include these header files. +.\" Like Linux, the FreeBSD man pages still document +.\" the inclusion of these header files. + The .BR IPC_INFO , .B MSG_STAT |
