]> Savannah Git Hosting - gnulib.git/commitdiff
doc: Update doc about realpath.
authorBruno Haible <bruno@clisp.org>
Fri, 15 Jan 2021 09:22:33 +0000 (10:22 +0100)
committerBruno Haible <bruno@clisp.org>
Fri, 15 Jan 2021 09:22:33 +0000 (10:22 +0100)
* doc/posix-functions/realpath.texi: Update info about macOS.

ChangeLog
doc/posix-functions/realpath.texi

index 8991d6a35451c32970e5a733124558d8e5c74602..6b6d360fbd12712c129697ea0475ec0896672495 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-01-15  Bruno Haible  <bruno@clisp.org>
+
+       doc: Update doc about realpath.
+       * doc/posix-functions/realpath.texi: Update info about macOS.
+
 2021-01-13  Paul Eggert  <eggert@cs.ucla.edu>
 
        verify: simplify static_assert configuration
index 6f790ba6e6ab6531b95f463f8313e34f869cf20c..02837e710fb334a81df390736a6aa83f542f709c 100644 (file)
@@ -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: