diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-06-29 14:10:33 +0000 |
commit | 56f6529fc36c6db13ad6ff247464d6b0c9e0d023 (patch) | |
tree | 370910d2e05f30a3e4f78b5160a518c3222aa9f9 /lib/libc/sys/shmget.2 | |
parent | 7e10459e58879c6c2e91c7f14687227390272c68 (diff) |
- change references to nil to null; tschroed@acm.org
- remove trailing spaces from end of lines
- add some .Dv
- change -1 to \-1, so `-' is taken as a negative sign
- other misc formatting fixes
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 97ac040344e..301f9b8b9f1 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmget.2,v 1.6 1999/05/27 14:05:10 aaron Exp $ +.\" $OpenBSD: shmget.2,v 1.7 1999/06/29 14:10:20 aaron Exp $ .\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -64,7 +64,7 @@ structure, see .Xr shmctl 2 ) is initialized as follows: .Bl -bullet -.It +.It .Va shm_perm.cuid and .Va shm_perm.uid @@ -82,7 +82,7 @@ is set to the lower 9 bits of .Va shm_lpid , .Va shm_nattch , .Va shm_atime , -and +and .Va shm_dtime are set to 0 .It @@ -95,7 +95,7 @@ is set to the value of .El .Sh RETURN VALUES Upon successful completion a positive shared memory segment identifier is returned. -Otherwise, -1 is returned and the global variable +Otherwise, \-1 is returned and the global variable .Va errno is set to indicate the error. .Sh ERRORS |