Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2010 21:04:01 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r204535 - stable/8/share/man/man9
Message-ID:  <201003012104.o21L41sc016752@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jhb
Date: Mon Mar  1 21:04:01 2010
New Revision: 204535
URL: http://svn.freebsd.org/changeset/base/204535

Log:
  MFC: Fix spelling of EACCES.

Modified:
  stable/8/share/man/man9/namei.9
Directory Properties:
  stable/8/share/man/man9/   (props changed)

Modified: stable/8/share/man/man9/namei.9
==============================================================================
--- stable/8/share/man/man9/namei.9	Mon Mar  1 20:42:29 2010	(r204534)
+++ stable/8/share/man/man9/namei.9	Mon Mar  1 21:04:01 2010	(r204535)
@@ -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



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