Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/lib/libc/gen/extattr_copy_file.3,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/extattr_copy_file.3,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- src/lib/libc/gen/extattr_copy_file.3 2011/12/16 12:46:00 1.1 +++ src/lib/libc/gen/extattr_copy_file.3 2011/12/16 15:21:13 1.2 @@ -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 .\" Copyright (c) 2011 Emmanuel Dreyfus @@ -85,15 +85,10 @@ and the global variable .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 ,