]> Savannah Git Hosting - gnulib.git/commitdiff
getlogin, getlogin_r: Fix typo in documentation.
authorBruno Haible <bruno@clisp.org>
Wed, 19 Mar 2025 14:35:13 +0000 (15:35 +0100)
committerBruno Haible <bruno@clisp.org>
Wed, 19 Mar 2025 14:35:38 +0000 (15:35 +0100)
Reported by Eric Blake in
<https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00071.html>.

* doc/posix-functions/getlogin.texi: Fix typo.
* doc/posix-functions/getlogin_r.texi: Likewise.

ChangeLog
doc/posix-functions/getlogin.texi
doc/posix-functions/getlogin_r.texi

index 5390fea9beb00d43d36afb6e8f12df312f077f32..dae23affdb35ed91268a1a20ae680902676f695a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2025-03-19  Bruno Haible  <bruno@clisp.org>
+
+       getlogin, getlogin_r: Fix typo in documentation.
+       Reported by Eric Blake in
+       <https://lists.gnu.org/archive/html/bug-gnulib/2025-03/msg00071.html>.
+       * doc/posix-functions/getlogin.texi: Fix typo.
+       * doc/posix-functions/getlogin_r.texi: Likewise.
+
 2025-03-19  Bruno Haible  <bruno@clisp.org>
 
        mountlist: Improve implementation on native Windows.
index b0b8da73ae795f4aa149abe1a994be04eca2371d..45cac08d89d38d70e593be941f479b0850cdfdf5 100644 (file)
@@ -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
 
index 0e3b7968db9338ccbcc99a6ff81441bdc9ac746a..b4829559bea27f9eaed0cb6a8b8eb76db4312fc9 100644 (file)
@@ -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