diff options
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/getlogin.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/man3/getlogin.3 b/man3/getlogin.3 index 85e05ce356..d1825aa639 100644 --- a/man3/getlogin.3 +++ b/man3/getlogin.3 @@ -123,6 +123,10 @@ There was no corresponding entry in the utmp-file. .TP .B ENOMEM Insufficient memory to allocate passwd structure. +.TP +.B ENOTTY +Standard input didn't refer to a terminal. +(See BUGS.) .SH FILES .TP \fI/etc/passwd\fP @@ -167,7 +171,7 @@ Avoid .BR getlogin () for security-related purposes. .LP -Note that glibc does not follow the POSIX spec and uses +Note that glibc does not follow the POSIX specfication and uses .I stdin instead of .IR /dev/tty . |
