diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2010-03-01 21:04:01 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2010-03-01 21:04:01 +0000 |
| commit | 4dcf8bb3e27cb46f60afb73c7d1fb61ca6a322ab (patch) | |
| tree | 57a3aa986d2880a10d96d4b6c83a617851a44644 | |
| parent | 8b1670d00cf9eb281390f8e1074f9db75b5b47c6 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/namei.9 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man9/namei.9 b/share/man/man9/namei.9 index 1ffabfffa078..0325c36fa58f 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 |
