Raymond Toy pushed to branch master at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/code/unix.lisp
    ... ... @@ -2166,7 +2166,7 @@
    2166 2166
     
    
    2167 2167
     #+linux
    
    2168 2168
     (defun unix-getpwuid (uid)
    
    2169
    -  "Return a USER-INFO structure for the user identified by UID.  If
    
    2169
    +  _N"Return a USER-INFO structure for the user identified by UID.  If
    
    2170 2170
       not found, NIL is returned with a second value indicating the cause
    
    2171 2171
       of the failure.  In particular, if the second value is 0 (or
    
    2172 2172
       ENONENT, ESRCH, EBADF, etc.), then the uid was not found."