From owner-freebsd-doc@FreeBSD.ORG Fri Feb 19 15:50:01 2010 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 611ED106566C for ; Fri, 19 Feb 2010 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 3E7B28FC12 for ; Fri, 19 Feb 2010 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id o1JFo1mk038889 for ; Fri, 19 Feb 2010 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id o1JFo1Vb038888; Fri, 19 Feb 2010 15:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 19 Feb 2010 15:50:01 GMT Resent-Message-Id: <201002191550.o1JFo1Vb038888@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Best Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D141F106566C for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/144112: [patch] EACCES spelled incorrectly in namei(9) X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Feb 2010 15:50:01 -0000 >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: