ffs: new module
[pspp] / doc / posix-functions / getlogin.texi
index 1c422c077a4bc4b7906ba3b1c347bb8d11e26091..1f99b63b6f5753c76e2ea7ab81eed27d702e7443 100644 (file)
@@ -2,17 +2,21 @@
 @section @code{getlogin}
 @findex getlogin
 
-POSIX specification: @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getlogin.html}
+POSIX specification:@* @url{http://www.opengroup.org/onlinepubs/9699919799/functions/getlogin.html}
 
-Gnulib module: ---
+Gnulib module: getlogin
 
 Portability problems fixed by Gnulib:
 @itemize
+@item
+This function is missing on some platforms:
+mingw.
 @end itemize
 
 Portability problems not fixed by Gnulib:
 @itemize
 @item
-This function is missing on some platforms:
-mingw.
+This function returns an empty string even when standard input is a tty
+on some platforms:
+HP-UX 11.11.
 @end itemize