diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-06-01 00:31:57 +1200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2012-06-08 03:10:25 +1200 |
| commit | 548be2a60ec1c286bbaeafaba0c9bda1966a561a (patch) | |
| tree | 8afc07377f26f6cb6f709048619782be4a804712 /man2/msgctl.2 | |
| parent | 718588ebd2d7c5919d97ba35d912eb3c912c71e3 (diff) | |
| download | man-pages-548be2a60ec1c286bbaeafaba0c9bda1966a561a.tar.gz | |
msgctl.2, semctl.2, shmctl.2, svipc.7: Don't mention that ipc_perm is defined in <sys/ipc.h>
There's no need to mention that the 'ipc_perm' structure
is defined in <sys/ipc.h>. That's an implementation detail,
and furthermore <sys/ipc.h> is itself included by the other
System V IPC header files. The current text might lead the
reader to conclude that they must include <sys/ipc.h>, which
is not the case (it is required neither on Linux, nor by the
standards).
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/msgctl.2')
| -rw-r--r-- | man2/msgctl.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 9514f856b3..2cdb876259 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -75,7 +75,7 @@ struct msqid_ds { .PP The .I ipc_perm -structure is defined in \fI<sys/ipc.h>\fP as follows +structure is defined as follows (the highlighted fields are settable using .BR IPC_SET ): .PP |
