From a1dc786b3d760fc962909da85f4e6c382f367ad8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 1 Jan 2016 13:19:01 +0100 Subject: [PATCH] bind.2: Improve description of ENOENT error Signed-off-by: Michael Kerrisk --- man2/bind.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/bind.2 b/man2/bind.2 index cc6173554..a2fb7b1ce 100644 --- a/man2/bind.2 +++ b/man2/bind.2 @@ -220,7 +220,7 @@ Too many symbolic links were encountered in resolving is too long. .TP .B ENOENT -The file does not exist. +A component in the directory prefix of the socket pathname does not exist. .TP .B ENOMEM Insufficient kernel memory was available.