summaryrefslogtreecommitdiff
path: root/doc/posix-functions
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2021-01-15 10:22:33 +0100
committerBruno Haible <bruno@clisp.org>2021-01-15 10:22:33 +0100
commit028296a9118b409434894631d8921b4a4718c1ce (patch)
tree8e1e879322ce6944557b20514215d58dbe957c67 /doc/posix-functions
parentaf586b7247c6191ec06e487d6d30e5708c44e07e (diff)
downloadgnulib-028296a9118b409434894631d8921b4a4718c1ce.tar.gz
doc: Update doc about realpath.
* doc/posix-functions/realpath.texi: Update info about macOS.
Diffstat (limited to 'doc/posix-functions')
-rw-r--r--doc/posix-functions/realpath.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/posix-functions/realpath.texi b/doc/posix-functions/realpath.texi
index 6f790ba6e6..02837e710f 100644
--- a/doc/posix-functions/realpath.texi
+++ b/doc/posix-functions/realpath.texi
@@ -14,7 +14,7 @@ mingw, MSVC 14.
@item
This function does not allow for a NULL @samp{resolved} parameter on
some platforms:
-Mac OS X 10.13, FreeBSD 6.4, OpenBSD 4.4, Solaris 10.
+Mac OS X 10.5, FreeBSD 6.4, OpenBSD 4.4, Solaris 10.
@item
This function does not always return an absolute path on some
platforms:
@@ -22,7 +22,7 @@ Solaris 10.
@item
This function fails to detect trailing slashes on non-directories on
some platforms:
-glibc 2.3.5.
+glibc 2.3.5, Mac OS X 10.13.
@item
This function fails to recognize non-directories followed @samp{..} on
some platforms: