(User Information): Note cuserid gone from POSIX.
authorKevin Ryde <user42@zip.com.au>
Thu, 13 Jan 2005 23:18:09 +0000 (23:18 +0000)
committerKevin Ryde <user42@zip.com.au>
Thu, 13 Jan 2005 23:18:09 +0000 (23:18 +0000)
Prompted by Roland Besserer.

doc/ref/posix.texi

index d131f4f..1897bef 100644 (file)
@@ -1051,6 +1051,10 @@ following shortcut procedures are also available.
 Return a string containing a user name associated with the
 effective user id of the process.  Return @code{#f} if this
 information cannot be obtained.
+
+This function has been removed from the latest POSIX specification,
+Guile provides it only if the system has it.  Using @code{(getpwuid
+(geteuid))} may be a better idea.
 @end deffn
 
 @deffn {Scheme Procedure} getlogin