From 028296a9118b409434894631d8921b4a4718c1ce Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 15 Jan 2021 10:22:33 +0100 Subject: [PATCH] doc: Update doc about realpath. * doc/posix-functions/realpath.texi: Update info about macOS. --- ChangeLog | 5 +++++ doc/posix-functions/realpath.texi | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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: -- 2.39.5