summaryrefslogtreecommitdiff
path: root/man3/getpw.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-11-29 21:09:52 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-11-29 21:09:52 +0000
commitabedee0a4ea1a07cebc4c050cc171f62b3b12cb8 (patch)
tree44332d62838a61a2abcce030911b15ca239c8793 /man3/getpw.3
parent1197dd11ded5b9c0f09e4fd6b56b9a7d2b9a566d (diff)
Add ENOENT error.
Diffstat (limited to 'man3/getpw.3')
-rw-r--r--man3/getpw.34
1 files changed, 4 insertions, 0 deletions
diff --git a/man3/getpw.3 b/man3/getpw.3
index 08861abd9..f33ca2a3e 100644
--- a/man3/getpw.3
+++ b/man3/getpw.3
@@ -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