summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/shmget.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
committerru <ru@FreeBSD.org>2004-07-02 23:52:20 +0000
commit01548ace1533487f9c0488f55112c9d8641f8184 (patch)
tree23294a96f715e1e5bc35c1029ec151c90ee95b96 /lib/libc/sys/shmget.2
parent47f5e31e2bb626743fa9e912918201fe505b1419 (diff)
downloadFreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.zip
FreeBSD-src-01548ace1533487f9c0488f55112c9d8641f8184.tar.gz
Mechanically kill hard sentence breaks.
Diffstat (limited to 'lib/libc/sys/shmget.2')
-rw-r--r--lib/libc/sys/shmget.29
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2
index 5d8bc5a..e7fd6d1 100644
--- a/lib/libc/sys/shmget.2
+++ b/lib/libc/sys/shmget.2
@@ -54,13 +54,15 @@ memory segment.
.\"
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
@@ -100,7 +102,8 @@ Write access for other.
.Pp
When creating a new shared memory segment,
.Fa size
-indicates the desired size of the new segment in bytes. The size
+indicates the desired size of the new segment in bytes.
+The size
of the segment may be rounded up to a multiple convenient to the
kernel (i.e., the page size).
.Sh RETURN VALUES
OpenPOWER on IntegriCloud