Date: Wed, 24 Feb 2010 13:20:04 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-doc@FreeBSD.org Subject: Re: docs/144112: commit references a PR Message-ID: <201002241320.o1ODK48J099736@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR docs/144112; it has been noted by GNATS. 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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002241320.o1ODK48J099736>