Add ENOENT error.

This commit is contained in:
Michael Kerrisk 2007-11-29 21:09:52 +00:00
parent 1197dd11de
commit abedee0a4e
1 changed files with 4 additions and 0 deletions

View File

@ -71,6 +71,10 @@ function returns 0 on success, or \-1 if an error
occurs.
.SH ERRORS
.TP
.B ENOENT
No user corresponding to
.IR uid .
.TP
.B ENOMEM
Insufficient memory to allocate passwd structure.
.SH FILES