docs/144112: [patch] EACCES spelled incorrectly in namei(9)
Alexander Best
alexbestms at wwu.de
Fri Feb 19 15:50:01 UTC 2010
>Number: 144112
>Category: docs
>Synopsis: [patch] EACCES spelled incorrectly in namei(9)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-doc
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: doc-bug
>Submitter-Id: current-users
>Arrival-Date: Fri Feb 19 15:50:00 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Alexander Best
>Release: 9.0-CURRENT
>Organization:
>Environment:
FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r203786M: Thu Feb 11 23:40:42 CET 2010 root at otaku:/usr/obj/usr/src/sys/ARUNDEL amd64
>Description:
just fix a small typo. ;)
cheers.
alex
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: share/man/man9/namei.9
===================================================================
--- share/man/man9/namei.9 (revision 204084)
+++ share/man/man9/namei.9 (working copy)
@@ -333,7 +333,7 @@
.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
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-doc
mailing list