PR libfortran/31299
authorfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 07:38:59 +0000 (07:38 +0000)
committerfxcoudert <fxcoudert@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 25 Apr 2007 07:38:59 +0000 (07:38 +0000)
* intrinsic.texi (GETLOG): Update documentation to reflect
library changes.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124144 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/fortran/ChangeLog
gcc/fortran/intrinsic.texi

index 1364967..4d880d8 100644 (file)
@@ -1,3 +1,9 @@
+2007-04-25  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
+
+       PR libfortran/31299
+       * intrinsic.texi (GETLOG): Update documentation to reflect
+       library changes.
+
 2007-04-24  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
 
        PR fortran/31587
index 56e6b31..b4c9fae 100644 (file)
@@ -4401,8 +4401,9 @@ Subroutine
 @end multitable
 
 @item @emph{Return value}:
-Stores the current user name in @var{LOGIN}.  (On systems where 
-the @code{getlogin(3)} function is not implemented, this will
+Stores the current user name in @var{LOGIN}.  (On systems where POSIX
+functions @code{geteuid} and @code{getpwuid} are not available, and 
+the @code{getlogin} function is not implemented either, this will
 return a blank string.)
 
 @item @emph{Example}: