svn commit: r210853 - head/lib/libc/stdlib

Andrey A. Chernov ache at FreeBSD.org
Thu Aug 5 01:39:26 UTC 2010


Author: ache
Date: Thu Aug  5 01:39:25 2010
New Revision: 210853
URL: http://svn.freebsd.org/changeset/base/210853

Log:
  Comment out IEEE Std 1003.1-2001 conformance proclaimed too early,
  see problems described in the comment to:
  http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/128933

Modified:
  head/lib/libc/stdlib/realpath.3

Modified: head/lib/libc/stdlib/realpath.3
==============================================================================
--- head/lib/libc/stdlib/realpath.3	Wed Aug  4 21:02:04 2010	(r210852)
+++ head/lib/libc/stdlib/realpath.3	Thu Aug  5 01:39:25 2010	(r210853)
@@ -111,11 +111,11 @@ and
 .Xr getcwd 3 .
 .Sh SEE ALSO
 .Xr getcwd 3
-.Sh STANDARDS
-The
-.Fn realpath
-function conforms to
-.St -p1003.1-2001 .
+.\" .Sh STANDARDS
+.\" The
+.\" .Fn realpath
+.\" function conforms to
+.\" .St -p1003.1-2001 .
 .Sh HISTORY
 The
 .Fn realpath


More information about the svn-src-head mailing list