svn commit: r226836 - head/lib/libc/gen

Sergey Kandaurov pluknet at FreeBSD.org
Thu Oct 27 13:17:42 UTC 2011


Author: pluknet
Date: Thu Oct 27 13:17:42 2011
New Revision: 226836
URL: http://svn.freebsd.org/changeset/base/226836

Log:
  Fix the manual section number for a cross-reference to open(2) and sort it.
  
  Reviewed by:	ed
  MFC after:	3 days

Modified:
  head/lib/libc/gen/getutxent.3

Modified: head/lib/libc/gen/getutxent.3
==============================================================================
--- head/lib/libc/gen/getutxent.3	Thu Oct 27 13:07:49 2011	(r226835)
+++ head/lib/libc/gen/getutxent.3	Thu Oct 27 13:17:42 2011	(r226836)
@@ -386,10 +386,10 @@ Otherwise, -1 is returned and the global
 is set to indicate the error.
 .Sh ERRORS
 In addition to the error conditions described in
+.Xr open 2 ,
 .Xr fdopen 3 ,
 .Xr fopen 3 ,
 .Xr fseek 3 ,
-.Xr open 3 ,
 the
 .Fn pututxline
 function can generate the following errors:


More information about the svn-src-all mailing list