summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/semget.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/semget.2')
-rw-r--r--lib/libc/sys/semget.26
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/sys/semget.2 b/lib/libc/sys/semget.2
index f493281..18c083b 100644
--- a/lib/libc/sys/semget.2
+++ b/lib/libc/sys/semget.2
@@ -53,13 +53,15 @@ set of semaphores.
.\"
The key
is analogous to a filename: it provides a handle that names an
-IPC object. There are three ways to specify a key:
+IPC object.
+There are three ways to specify a key:
.Bl -bullet
.It
IPC_PRIVATE may be specified, in which case a new IPC object
will be created.
.It
-An integer constant may be specified. If no IPC object corresponding
+An integer constant may be specified.
+If no IPC object corresponding
to
.Fa key
is specified and the IPC_CREAT bit is set in
OpenPOWER on IntegriCloud