Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/sys Bump date for previous. Remove trailing whitesp...
details: https://anonhg.NetBSD.org/src/rev/8d57aa61ab31
branches: trunk
changeset: 767917:8d57aa61ab31
user: wiz <wiz%NetBSD.org@localhost>
date: Wed Aug 03 09:48:12 2011 +0000
description:
Bump date for previous. Remove trailing whitespace.
Sort error descriptions.
diffstat:
lib/libc/sys/extattr_get_file.2 | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (45 lines):
diff -r dc348b220935 -r 8d57aa61ab31 lib/libc/sys/extattr_get_file.2
--- a/lib/libc/sys/extattr_get_file.2 Wed Aug 03 06:42:59 2011 +0000
+++ b/lib/libc/sys/extattr_get_file.2 Wed Aug 03 09:48:12 2011 +0000
@@ -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 <dima%unixfreak.org@localhost>
.\" Copyright (c) 2003 Robert Watson <rwatson%FreeBSD.org@localhost>
@@ -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).
Home |
Main Index |
Thread Index |
Old Index