Module Name: src Committed By: wiz Date: Wed Aug 3 09:48:12 UTC 2011
Modified Files: src/lib/libc/sys: extattr_get_file.2 Log Message: Bump date for previous. Remove trailing whitespace. Sort error descriptions. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 src/lib/libc/sys/extattr_get_file.2 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/sys/extattr_get_file.2 diff -u src/lib/libc/sys/extattr_get_file.2:1.4 src/lib/libc/sys/extattr_get_file.2:1.5 --- src/lib/libc/sys/extattr_get_file.2:1.4 Wed Aug 3 04:11:17 2011 +++ src/lib/libc/sys/extattr_get_file.2 Wed Aug 3 09:48:12 2011 @@ -1,4 +1,4 @@ -.\" $NetBSD: extattr_get_file.2,v 1.4 2011/08/03 04:11:17 manu Exp $ +.\" $NetBSD: extattr_get_file.2,v 1.5 2011/08/03 09:48:12 wiz Exp $ .\" .\" Copyright (c) 2001 Dima Dorfman <d...@unixfreak.org> .\" Copyright (c) 2003 Robert Watson <rwat...@freebsd.org> @@ -27,7 +27,7 @@ .\" .\" FreeBSD: src/lib/libc/sys/extattr_get_file.2,v 1.14 2004/07/05 17:12:52 ru Exp .\" -.Dd January 2, 2004 +.Dd August 3, 2011 .Dt EXTATTR_GET_FILE 2 .Os .Sh NAME @@ -228,15 +228,15 @@ .Fn extattr_delete_file calls may also fail due to the following errors: .Bl -tag -width Er -.It Bq Er ENOTDIR -A component of the path prefix is not a directory. +.It Bq Er EACCES +Search permission is denied for a component of the path prefix. .It Bq Er ENAMETOOLONG A component of a pathname exceeded 255 characters, or an entire path name exceeded 1023 characters. .It Bq Er ENOENT A component of the path name that must exist does not exist. -.It Bq Er EACCES -Search permission is denied for a component of the path prefix. +.It Bq Er ENOTDIR +A component of the path prefix is not a directory. .\" XXX are any missing? .El .Sh SEE ALSO @@ -258,5 +258,5 @@ Developers are discouraged from relying on its stability. .Pp Note that previous versions of this man page incorrectly stated that -.Fn extattr_list_file +.Fn extattr_list_file returned a list of attribute names separated by ASCII 0 (nul).