From 4dcf8bb3e27cb46f60afb73c7d1fb61ca6a322ab Mon Sep 17 00:00:00 2001 From: John Baldwin Date: Mon, 1 Mar 2010 21:04:01 +0000 Subject: [PATCH] MFC: Fix spelling of EACCES. --- share/man/man9/namei.9 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 1ffabfffa07..0325c36fa58 100644 --- a/share/man/man9/namei.9 +++ b/share/man/man9/namei.9 @@ -333,7 +333,7 @@ or an entire pathname exceeded 1023 characters. .It Bq Er ENOENT A component of the specified pathname does not exist, or the pathname is an empty string. -.It Bq Er ACCES +.It Bq Er EACCES An attempt is made to access a file in a way forbidden by its file access permissions. .It Bq Er ELOOP