diff options
author | 2002-10-07 21:27:56 +0000 | |
---|---|---|
committer | 2002-10-07 21:27:56 +0000 | |
commit | fe3ecc0bed84539e9d68aa77c6c0ab8c52068980 (patch) | |
tree | c68f2255ae99b10266a8a22bfef51901bdfb6421 /lib/libc | |
parent | add pthread siginfo support test (diff) | |
download | wireguard-openbsd-fe3ecc0bed84539e9d68aa77c6c0ab8c52068980.tar.xz wireguard-openbsd-fe3ecc0bed84539e9d68aa77c6c0ab8c52068980.zip |
.Xr ipcs 1
.Xr ipcrm 1
grendel at zeitbombe dot org
some input millert
ok millert ian theo
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/shmat.2 | 4 | ||||
-rw-r--r-- | lib/libc/sys/shmget.2 | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lib/libc/sys/shmat.2 b/lib/libc/sys/shmat.2 index 43b29eb7fab..5d6ea475e8a 100644 --- a/lib/libc/sys/shmat.2 +++ b/lib/libc/sys/shmat.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmat.2,v 1.11 2000/10/18 05:12:11 aaron Exp $ +.\" $OpenBSD: shmat.2,v 1.12 2002/10/07 21:27:56 henning Exp $ .\" $NetBSD: shmat.2,v 1.2 1997/03/27 08:20:38 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -124,6 +124,8 @@ will fail if: is not the start address of a mapped shared memory segment. .El .Sh SEE ALSO +.Xr ipcs 1 , +.Xr ipcrm 1 , .Xr mmap 2 , .Xr shmctl 2 , .Xr shmget 2 diff --git a/lib/libc/sys/shmget.2 b/lib/libc/sys/shmget.2 index aa5956a42b6..cd0a815df53 100644 --- a/lib/libc/sys/shmget.2 +++ b/lib/libc/sys/shmget.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: shmget.2,v 1.10 2002/04/30 16:31:42 mpech Exp $ +.\" $OpenBSD: shmget.2,v 1.11 2002/10/07 21:27:56 henning Exp $ .\" $NetBSD: shmget.2,v 1.2 1997/03/27 08:20:39 mikel Exp $ .\" .\" Copyright (c) 1995 Frank van der Linden @@ -130,6 +130,8 @@ There is not enough memory left to create a shared memory segment of the requested size. .El .Sh SEE ALSO +.Xr ipcs 1 , +.Xr ipcrm 1 , .Xr mmap 2 , .Xr shmat 2 , .Xr shmctl 2 |