diff options
author | ache <ache@FreeBSD.org> | 2010-08-05 01:39:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2010-08-05 01:39:25 +0000 |
commit | 8ab9713b03325ace307a87ca92e91f83e1e682fc (patch) | |
tree | ee5e478585ca960bbf5c5512136d129681f8ad1e /lib/libc/stdlib | |
parent | 04e092db6fe555a049d0a5b202e74b095217db9d (diff) | |
download | FreeBSD-src-8ab9713b03325ace307a87ca92e91f83e1e682fc.zip FreeBSD-src-8ab9713b03325ace307a87ca92e91f83e1e682fc.tar.gz |
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
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r-- | lib/libc/stdlib/realpath.3 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/libc/stdlib/realpath.3 b/lib/libc/stdlib/realpath.3 index 57ad4ba..fec5258 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 |