Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Do not tell about specific errno, as all xattr ...



details:   https://anonhg.NetBSD.org/src/rev/4f6bb124b4df
branches:  trunk
changeset: 772066:4f6bb124b4df
user:      manu <manu%NetBSD.org@localhost>
date:      Fri Dec 16 15:21:13 2011 +0000

description:
Do not tell about specific errno, as all xattr copying function
retuenrs error from extattr_list_file and extattr_get_file.

diffstat:

 lib/libc/gen/extattr_copy_file.3 |  13 ++++---------
 1 files changed, 4 insertions(+), 9 deletions(-)

diffs (28 lines):

diff -r c9af1fd183ba -r 4f6bb124b4df lib/libc/gen/extattr_copy_file.3
--- a/lib/libc/gen/extattr_copy_file.3  Fri Dec 16 14:17:41 2011 +0000
+++ b/lib/libc/gen/extattr_copy_file.3  Fri Dec 16 15:21:13 2011 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: extattr_copy_file.3,v 1.1 2011/12/16 12:46:00 wiz Exp $
+.\"    $NetBSD: extattr_copy_file.3,v 1.2 2011/12/16 15:21:13 manu Exp $
 .\"
 .\" Copyright (c) 2001 Dima Dorfman <dd%FreeBSD.org@localhost>
 .\" Copyright (c) 2011 Emmanuel Dreyfus <manu%NetBSD.org@localhost>
@@ -85,15 +85,10 @@
 .Va errno
 is set to indicate the error.
 .Sh ERRORS
-.Bl -tag -width Er
-.It Bq Er EINVAL
-The requested namespace could not be identified.
-.El
-.Pp
-Extended attribute copying functions may also raise errors produced by
-.Fn extattr_list_file
+Extended attribute copying functions may raise errors produced by
+.Xr extattr_list_file 2
 and
-.Fn extattr_get_file .
+.Xr extattr_get_file 2 .
 .Sh SEE ALSO
 .Xr getextattr 1 ,
 .Xr extattr_get_file 2 ,



Home | Main Index | Thread Index | Old Index