From f7246c6de30d7b0716158c9d00b1d0413c033ae4 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 26 Feb 2019 21:03:53 +0100 Subject: [PATCH] msgctl.2, semctl.2, shmctl.2: Add kernel version for *_STAT_ANY operation Signed-off-by: Michael Kerrisk --- man2/msgctl.2 | 2 +- man2/semctl.2 | 2 +- man2/shmctl.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/msgctl.2 b/man2/msgctl.2 index 2c29ea5084..51a62e1bea 100644 --- a/man2/msgctl.2 +++ b/man2/msgctl.2 @@ -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 diff --git a/man2/semctl.2 b/man2/semctl.2 index 76c6bf0c27..3e92a32ad6 100644 --- a/man2/semctl.2 +++ b/man2/semctl.2 @@ -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 diff --git a/man2/shmctl.2 b/man2/shmctl.2 index 010c3be6b6..a4da5425ba 100644 --- a/man2/shmctl.2 +++ b/man2/shmctl.2 @@ -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 -- 2.39.2