Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2010 15:47:37 GMT
From:      Alexander Best <alexbestms@wwu.de>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   docs/144112: [patch] EACCES spelled incorrectly in namei(9)
Message-ID:  <201002191547.o1JFlbXt034892@www.freebsd.org>
Resent-Message-ID: <201002191550.o1JFo1Vb038888@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002191547.o1JFlbXt034892>