diff options
author | gjb <gjb@FreeBSD.org> | 2012-05-08 18:56:21 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2012-05-08 18:56:21 +0000 |
commit | 52487d9a5cec5d4144a37b031adbf2b113602c8c (patch) | |
tree | 3221d9382ca72a5f4d428b20ce2750d923daae65 /lib/libc/sys/shm_open.2 | |
parent | 8120b09fe9332fb0fd25fb29d6a2e8b7f0872b9e (diff) | |
download | FreeBSD-src-52487d9a5cec5d4144a37b031adbf2b113602c8c.zip FreeBSD-src-52487d9a5cec5d4144a37b031adbf2b113602c8c.tar.gz |
General mdoc(7) and typo fixes.
PR: 167713
Submitted by: Nobuyuki Koganemaru (kogane!jp.freebsd.org)
Diffstat (limited to 'lib/libc/sys/shm_open.2')
-rw-r--r-- | lib/libc/sys/shm_open.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2 index cc12132..a521e58 100644 --- a/lib/libc/sys/shm_open.2 +++ b/lib/libc/sys/shm_open.2 @@ -88,7 +88,7 @@ already exists, then .Fn shm_open will fail with -.Er EEXIST. +.Er EEXIST . .Pp Newly created objects start off with a size of zero. If an existing shared memory object is opened with |