diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-05-25 13:06:48 +0000 |
commit | 0192071c54290a1838194b64aaf939ebac0c0aec (patch) | |
tree | 5217c759bd36b703b17fa6504db1e09e262f1e88 /lib/libc/sys/shmget.2 | |
parent | 2e4cdc356362d72de3c139a57e62e891a77cff8a (diff) |
punctuation
Diffstat (limited to 'lib/libc/sys/shmget.2')
-rw-r--r-- | lib/libc/sys/shmget.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index 7b3ba520ce5..efca481c153 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmget.2,v 1.4 1999/03/02 15:40:37 aaron Exp $ +.\" $OpenBSD: shmget.2,v 1.5 1999/05/25 13:06:47 aaron Exp $ .\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -46,15 +46,15 @@ .Fn shmget returns the shared memory identifier associated with the key .Fa key . - +.Pp A shared memory segment is created if either .Fa key is equal to IPC_PRIVATE, or .Fa key does not have a shared memory segment identifier associated with it, and the IPC_CREAT bit is set in -.Fa shmflg. - +.Fa shmflg . +.Pp If a new shared memory segment is created, the data structure associated with it (the .Va shmid_ds structure, see |