Module Name: src
Committed By: wiz
Date: Sat Aug 6 11:10:01 UTC 2011
Modified Files:
src/lib/libc/gen: extattr.3
Log Message:
Drop trailing whitespace.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/gen/extattr.3
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/gen/extattr.3
diff -u src/lib/libc/gen/extattr.3:1.4 src/lib/libc/gen/extattr.3:1.5
--- src/lib/libc/gen/extattr.3:1.4 Wed Aug 3 04:11:17 2011
+++ src/lib/libc/gen/extattr.3 Sat Aug 6 11:10:01 2011
@@ -1,4 +1,4 @@
-.\" $NetBSD: extattr.3,v 1.4 2011/08/03 04:11:17 manu Exp $
+.\" $NetBSD: extattr.3,v 1.5 2011/08/06 11:10:01 wiz Exp $
.\"
.\" Copyright (c) 2001 Dima Dorfman <[email protected]>
.\" Copyright (c) 2011 Emmanuel Dreyfus <[email protected]>
@@ -39,7 +39,7 @@
.Nm extattr_copy_link ,
.Nm cpxattr ,
.Nm fcpxattr ,
-.Nm lcpxattr
+.Nm lcpxattr
.Nd copy extended attributes from a file to another one
.Sh LIBRARY
.Lb libc
@@ -99,7 +99,7 @@
copies extended attributes of namespace
.Ar namespace
from a file to another one.
-.Fn extattr_copy_fd
+.Fn extattr_copy_fd
does the same using open file descriptors, and
.Fn extattr_copy_link
does the same as
@@ -110,7 +110,7 @@
.Fn fcpxattr ,
and
.Fn lcpxattr
-respectively work the same was as
+respectively work the same was as
.Fn extattr_copy_file ,
.Fn extattr_copy_fd ,
and
@@ -131,7 +131,7 @@
.El
.Pp
Extended attribute copying functions may also raise errors produced by
-.Fn extattr_list_file
+.Fn extattr_list_file
and
.Fn extattr_get_file .
.Sh SEE ALSO