From: Bruno Haible Date: Fri, 15 Jan 2021 09:22:33 +0000 (+0100) Subject: doc: Update doc about realpath. X-Git-Tag: v1.0~3157 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=028296a9118b409434894631d8921b4a4718c1ce;p=gnulib.git doc: Update doc about realpath. * doc/posix-functions/realpath.texi: Update info about macOS. --- diff --git a/ChangeLog b/ChangeLog index 8991d6a354..6b6d360fbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2021-01-15 Bruno Haible + + doc: Update doc about realpath. + * doc/posix-functions/realpath.texi: Update info about macOS. + 2021-01-13 Paul Eggert verify: simplify static_assert configuration 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: