Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Dec 2013 12:18:18 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r259548 - head/lib/libc/sys
Message-ID:  <201312181218.rBICIIC3079334@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ru
Date: Wed Dec 18 12:18:17 2013
New Revision: 259548
URL: http://svnweb.freebsd.org/changeset/base/259548

Log:
  shm_open(2): Fixed the history information.
  
  While here, sort xrefs.
  
  Reviewed by:	jhb

Modified:
  head/lib/libc/sys/shm_open.2

Modified: head/lib/libc/sys/shm_open.2
==============================================================================
--- head/lib/libc/sys/shm_open.2	Wed Dec 18 08:53:40 2013	(r259547)
+++ head/lib/libc/sys/shm_open.2	Wed Dec 18 12:18:17 2013	(r259548)
@@ -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 
 .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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312181218.rBICIIC3079334>