From: Michael Kerrisk Date: Tue, 28 Jul 2020 21:18:43 +0000 (+0200) Subject: ttyname.3: wfix X-Git-Tag: man-pages-5.08~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e87eb066ccb8bf73864f7c81d340170ed04c09d7;p=thirdparty%2Fman-pages.git ttyname.3: wfix Signed-off-by: Michael Kerrisk --- diff --git a/man3/ttyname.3 b/man3/ttyname.3 index d036652d28..93932610b5 100644 --- a/man3/ttyname.3 +++ b/man3/ttyname.3 @@ -66,11 +66,13 @@ Bad file descriptor. .TP .\" glibc commit 15e9a4f378c8607c2ae1aa465436af4321db0e23 .B ENODEV -File descriptor refers to a slave pseudoterminal device +.I fd +refers to a slave pseudoterminal device but the corresponding pathname could not be found (see NOTES). .TP .B ENOTTY -File descriptor does not refer to a terminal device. +.I fd +does not refer to a terminal device. .TP .B ERANGE .RB ( ttyname_r ())