summaryrefslogtreecommitdiffstats
path: root/upstream/opensuse-tumbleweed/man2/ipc.2
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-17 10:51:52 +0000
commit4ad94864781f48b1a4b77f9cfb934622bf756ba1 (patch)
tree3900955c1886e6d2570fea7125ee1f01bafe876d /upstream/opensuse-tumbleweed/man2/ipc.2
parentAdding upstream version 4.22.0. (diff)
downloadmanpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.tar.xz
manpages-l10n-4ad94864781f48b1a4b77f9cfb934622bf756ba1.zip
Adding upstream version 4.23.0.upstream/4.23.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-tumbleweed/man2/ipc.2')
-rw-r--r--upstream/opensuse-tumbleweed/man2/ipc.28
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/opensuse-tumbleweed/man2/ipc.2 b/upstream/opensuse-tumbleweed/man2/ipc.2
index 0b8a9118..120693df 100644
--- a/upstream/opensuse-tumbleweed/man2/ipc.2
+++ b/upstream/opensuse-tumbleweed/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-03-30 "Linux man-pages 6.05.01"
+.TH ipc 2 2024-05-02 "Linux man-pages (unreleased)"
.SH NAME
ipc \- System V IPC system calls
.SH LIBRARY
@@ -14,13 +14,13 @@ Standard C library
.BR "#include <linux/ipc.h>" " /* Definition of needed constants */"
.BR "#include <sys/syscall.h>" " /* Definition of " SYS_* " constants */"
.B #include <unistd.h>
-.PP
+.P
.BI "int syscall(SYS_ipc, unsigned int " call ", int " first ,
.BI " unsigned long " second ", unsigned long " third \
", void *" ptr ,
.BI " long " fifth );
.fi
-.PP
+.P
.IR Note :
glibc provides no wrapper for
.BR ipc (),
@@ -33,7 +33,7 @@ for messages, semaphores, and shared memory.
.I call
determines which IPC function to invoke;
the other arguments are passed through to the appropriate call.
-.PP
+.P
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 ().