OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / setxattr.2
index 76b3b18..f7f0639 100644 (file)
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.TH SETXATTR 2 2013-01-19 "Linux" "Linux Programmer's Manual"
+.TH SETXATTR 2 2014-02-06 "Linux" "Linux Programmer's Manual"
 .SH NAME
 setxattr, lsetxattr, fsetxattr \- set an extended attribute value
 .SH SYNOPSIS
 .fam C
 .nf
 .B #include <sys/types.h>
-.B #include <attr/xattr.h>
+.B #include <sys/xattr.h>
 .sp
 .BI "int setxattr(const char\ *" path ", const char\ *" name ,
 .BI "              const void\ *" value ", size_t " size ", int " flags );
@@ -159,3 +159,12 @@ These system calls are Linux-specific.
 .BR stat (2),
 .BR attr (5),
 .BR symlink (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.