From b25adbaaf67f5882b6f75e3b9b35122777161fd2 Mon Sep 17 00:00:00 2001 From: Marton Balint Date: Wed, 9 Dec 2015 21:45:54 +0100 Subject: doc/errno: fix description typo for ENAMETOOLONG Signed-off-by: Marton Balint --- doc/errno.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/errno.txt b/doc/errno.txt index 31cab26..933a4de 100644 --- a/doc/errno.txt +++ b/doc/errno.txt @@ -76,7 +76,7 @@ EMFILE POSIX ++++++ Too many open files EMLINK POSIX ++++++ Too many links EMSGSIZE POSIX +++..+ Message too long EMULTIHOP POSIX ++4... Multihop attempted -ENAMETOOLONG POSIX - ++++++ Filen ame too long +ENAMETOOLONG POSIX - ++++++ File name too long ENAVAIL +..... No XENIX semaphores available ENEEDAUTH .++... Need authenticator ENETDOWN POSIX +++..+ Network is down -- cgit v1.1