svn commit: r216515 - head/lib/libc/sys

Bruce Cran brucec at FreeBSD.org
Sat Dec 18 10:09:08 UTC 2010


Author: brucec
Date: Sat Dec 18 10:09:07 2010
New Revision: 216515
URL: http://svn.freebsd.org/changeset/base/216515

Log:
  Sort cross references by section.
  
  Reported by: pluknet

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

Modified: head/lib/libc/sys/shmget.2
==============================================================================
--- head/lib/libc/sys/shmget.2	Sat Dec 18 06:51:48 2010	(r216514)
+++ head/lib/libc/sys/shmget.2	Sat Dec 18 10:09:07 2010	(r216515)
@@ -142,5 +142,5 @@ already exists.
 .Xr shmat 2 ,
 .Xr shmctl 2 ,
 .Xr shmdt 2 ,
-.Xr ftok 3 ,
-.Xr stat 2
+.Xr stat 2 ,
+.Xr ftok 3


More information about the svn-src-head mailing list