]> git.ipfire.org Git - thirdparty/man-pages.git/commit - man2/shmget.2
msgget.2, semget.2, shmget.2: The purpose of "flags" == 0 is to obtain ID of an exist...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 14 Apr 2018 20:35:53 +0000 (22:35 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 14 Apr 2018 20:35:53 +0000 (22:35 +0200)
commitf8ac3de3836492abc38540814e5911083a388f15
treef1709232730c906532e8ff705658a15e4c2878ae
parentd934a28ce937d2eb3428d478bbc740b156d06499
msgget.2, semget.2, shmget.2: The purpose of "flags" == 0 is to obtain ID of an existing IPC object

This was implied in these pages, but the meaning of "flags" == 0
could be more explicit, as indicated by questions such as
https://stackoverflow.com/questions/49833569/flag-value-of-semget-function

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/msgget.2
man2/semget.2
man2/shmget.2