From nobody@FreeBSD.org  Fri Feb 19 15:47:37 2010
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id D141F106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Feb 2010 15:47:37 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id C0C9F8FC19
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Feb 2010 15:47:37 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o1JFlbeW034893
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 19 Feb 2010 15:47:37 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id o1JFlbXt034892;
	Fri, 19 Feb 2010 15:47:37 GMT
	(envelope-from nobody)
Message-Id: <201002191547.o1JFlbXt034892@www.freebsd.org>
Date: Fri, 19 Feb 2010 15:47:37 GMT
From: Alexander Best <alexbestms@wwu.de>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [patch] EACCES spelled incorrectly in namei(9)
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         144112
>Category:       docs
>Synopsis:       [patch] EACCES spelled incorrectly in namei(9)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Feb 19 15:50:00 UTC 2010
>Closed-Date:    Wed Feb 24 13:17:57 UTC 2010
>Last-Modified:  Wed Feb 24 13:20:02 UTC 2010
>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:
State-Changed-From-To: open->closed 
State-Changed-By: jhb 
State-Changed-When: Wed Feb 24 13:17:30 UTC 2010 
State-Changed-Why:  
Fix committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=144112 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/144112: commit references a PR
Date: Wed, 24 Feb 2010 13:13:41 +0000 (UTC)

 Author: jhb
 Date: Wed Feb 24 13:13:29 2010
 New Revision: 204275
 URL: http://svn.freebsd.org/changeset/base/204275
 
 Log:
   Fix spelling of EACCES.
   
   PR:		docs/144112
   Submitted by:	Alexander Best
   MFC after:	3 days
 
 Modified:
   head/share/man/man9/namei.9
 
 Modified: head/share/man/man9/namei.9
 ==============================================================================
 --- head/share/man/man9/namei.9	Wed Feb 24 10:16:18 2010	(r204274)
 +++ head/share/man/man9/namei.9	Wed Feb 24 13:13:29 2010	(r204275)
 @@ -333,7 +333,7 @@ or an entire pathname exceeded 1023 char
  .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
 _______________________________________________
 svn-src-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-src-all
 To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
 
>Unformatted:
