aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2010-08-05 01:39:25 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2010-08-05 01:39:25 +0000
commit01e14bff35320d489c4647b89b4961433ba2e9e4 (patch)
treeee5e478585ca960bbf5c5512136d129681f8ad1e /lib/libc/stdlib
parent68819dae5570899c3fbddf4aa3e83858dd203389 (diff)
downloadsrc-01e14bff35320d489c4647b89b4961433ba2e9e4.tar.gz
src-01e14bff35320d489c4647b89b4961433ba2e9e4.zip
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
Notes
Notes: svn path=/head/; revision=210853
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/realpath.310
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3
index 57ad4ba2efe7..fec5258eae16 100644
--- a/lib/libc/stdlib/realpath.3
+++ b/lib/libc/stdlib/realpath.3
@@ -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