summaryrefslogtreecommitdiffstats
path: root/man2/ipc.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/ipc.2')
-rw-r--r--man2/ipc.210
1 files changed, 4 insertions, 6 deletions
diff --git a/man2/ipc.2 b/man2/ipc.2
index ec074ff44..0b8a91188 100644
--- a/man2/ipc.2
+++ b/man2/ipc.2
@@ -3,7 +3,7 @@
.\" SPDX-License-Identifier: GPL-2.0-or-later
.\"
.\" Modified Tue Oct 22 08:11:14 EDT 1996 by Eric S. Raymond <esr@thyrsus.com>
-.TH ipc 2 2023-02-05 "Linux man-pages 6.03"
+.TH ipc 2 2023-03-30 "Linux man-pages 6.05.01"
.SH NAME
ipc \- System V IPC system calls
.SH LIBRARY
@@ -37,11 +37,7 @@ the other arguments are passed through to the appropriate call.
User-space programs should call the appropriate functions by their usual names.
Only standard library implementors and kernel hackers need to know about
.BR ipc ().
-.SH STANDARDS
-.BR ipc ()
-is Linux-specific, and should not be used in programs
-intended to be portable.
-.SH NOTES
+.SH VERSIONS
On some architectures\[em]for example x86-64 and ARM\[em]there is no
.BR ipc ()
system call; instead,
@@ -49,6 +45,8 @@ system call; instead,
.BR semctl (2),
.BR shmctl (2),
and so on really are implemented as separate system calls.
+.SH STANDARDS
+Linux.
.SH SEE ALSO
.BR msgctl (2),
.BR msgget (2),