msgctl.2, semctl.2, shmctl.2: Add kernel version for *_STAT_ANY operation

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-02-26 21:03:53 +01:00
parent 906e981b47
commit f7246c6de3
3 changed files with 3 additions and 3 deletions

View File

@ -228,7 +228,7 @@ argument is not a queue identifier, but instead an index into
the kernel's internal array that maintains information about
all message queues on the system.
.TP
.BR MSG_STAT_ANY " (Linux-specific)"
.BR MSG_STAT_ANY " (Linux-specific, since Linux 4.17)"
Return a
.I msqid_ds
structure as for

View File

@ -241,7 +241,7 @@ argument is not a semaphore identifier, but instead an index into
the kernel's internal array that maintains information about
all semaphore sets on the system.
.TP
.BR SEM_STAT_ANY " (Linux-specific)"
.BR SEM_STAT_ANY " (Linux-specific, since Linux 4.17)"
Return a
.I seminfo
structure containing the same information as for

View File

@ -244,7 +244,7 @@ argument is not a segment identifier, but instead an index into
the kernel's internal array that maintains information about
all shared memory segments on the system.
.TP
.BR SHM_STAT_ANY " (Linux-specific)"
.BR SHM_STAT_ANY " (Linux-specific, since Linux 4.17)"
Return a
.I shmid_ds
structure as for