diff options
author | ru <ru@FreeBSD.org> | 2013-12-18 12:18:17 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2013-12-18 12:18:17 +0000 |
commit | 619f31a7c87608f78296d3d61701e1eb75f14052 (patch) | |
tree | 34551a3304e48cbbfd2a7b6aeafbf40723043e6a | |
parent | 5cd113b51f6c8e5e0a0571b7e09ef9f0011d1046 (diff) | |
download | FreeBSD-src-619f31a7c87608f78296d3d61701e1eb75f14052.zip FreeBSD-src-619f31a7c87608f78296d3d61701e1eb75f14052.tar.gz |
shm_open(2): Fixed the history information.
While here, sort xrefs.
Reviewed by: jhb
-rw-r--r-- | lib/libc/sys/shm_open.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/sys/shm_open.2 b/lib/libc/sys/shm_open.2 index a521e58..76d8f3c 100644 --- a/lib/libc/sys/shm_open.2 +++ b/lib/libc/sys/shm_open.2 @@ -28,7 +28,7 @@ .\" .\" $FreeBSD$ .\" -.Dd March 20, 2007 +.Dd December 18, 2013 .Dt SHM_OPEN 2 .Os .Sh NAME @@ -253,8 +253,8 @@ requires write permission to the shared memory object. .El .Sh SEE ALSO .Xr close 2 , -.Xr ftruncate 2 , .Xr fstat 2 , +.Xr ftruncate 2 , .Xr mmap 2 , .Xr munmap 2 .Sh STANDARDS @@ -273,7 +273,7 @@ functions first appeared in .Fx 4.3 . The functions were reimplemented as system calls using shared memory objects directly rather than files in -.Fx 7.0 . +.Fx 8.0 . .Sh AUTHORS .An Garrett A. Wollman Aq wollman@FreeBSD.org (C library support and this manual page) |