From 1de9af46603cf249f276f122cec8146f4e68c39f Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sun, 29 Jun 2008 07:34:44 +0000 Subject: [PATCH] ERRORS: add ENOTTY. --- man3/getlogin.3 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/man3/getlogin.3 b/man3/getlogin.3 index 85e05ce35..d1825aa63 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 .