From: Bruno Haible Date: Wed, 19 Mar 2025 14:35:13 +0000 (+0100) Subject: getlogin, getlogin_r: Fix typo in documentation. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=83df81ceaad120682c2e346691cded3b879af439;p=gnulib.git getlogin, getlogin_r: Fix typo in documentation. Reported by Eric Blake in . * doc/posix-functions/getlogin.texi: Fix typo. * doc/posix-functions/getlogin_r.texi: Likewise. --- diff --git a/ChangeLog b/ChangeLog index 5390fea9be..dae23affdb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2025-03-19 Bruno Haible + + getlogin, getlogin_r: Fix typo in documentation. + Reported by Eric Blake in + . + * doc/posix-functions/getlogin.texi: Fix typo. + * doc/posix-functions/getlogin_r.texi: Likewise. + 2025-03-19 Bruno Haible mountlist: Improve implementation on native Windows. diff --git a/doc/posix-functions/getlogin.texi b/doc/posix-functions/getlogin.texi index b0b8da73ae..45cac08d89 100644 --- a/doc/posix-functions/getlogin.texi +++ b/doc/posix-functions/getlogin.texi @@ -17,7 +17,7 @@ This function is not declared unless @code{_POSIX} is defined on some platforms: mingw. @item This function returns the value of the @env{LOGNAME} environment variable -and this therefore arbitrarily fakeable: +and is therefore arbitrarily fakeable: musl libc 1.2.5. @end itemize diff --git a/doc/posix-functions/getlogin_r.texi b/doc/posix-functions/getlogin_r.texi index 0e3b7968db..b4829559be 100644 --- a/doc/posix-functions/getlogin_r.texi +++ b/doc/posix-functions/getlogin_r.texi @@ -22,7 +22,7 @@ This function returns a truncated result, instead of failing with error code macOS 14. @item This function returns the value of the @env{LOGNAME} environment variable -and this therefore arbitrarily fakeable: +and is therefore arbitrarily fakeable: musl libc 1.2.5. @end itemize