svn commit: r227014 - stable/9/lib/libc/gen

Sergey Kandaurov pluknet at FreeBSD.org
Wed Nov 2 08:23:40 UTC 2011


Author: pluknet
Date: Wed Nov  2 08:23:40 2011
New Revision: 227014
URL: http://svn.freebsd.org/changeset/base/227014

Log:
  MFC r226836:
  Fix the manual section number for a cross-reference to open(2) and sort it.
  
  Approved by:	re (kib)

Modified:
  stable/9/lib/libc/gen/getutxent.3
Directory Properties:
  stable/9/lib/libc/   (props changed)
  stable/9/lib/libc/stdtime/   (props changed)

Modified: stable/9/lib/libc/gen/getutxent.3
==============================================================================
--- stable/9/lib/libc/gen/getutxent.3	Wed Nov  2 07:40:23 2011	(r227013)
+++ stable/9/lib/libc/gen/getutxent.3	Wed Nov  2 08:23:40 2011	(r227014)
@@ -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