aboutsummaryrefslogtreecommitdiffstats
path: root/man/man2/getxattr.2
diff options
context:
space:
mode:
Diffstat (limited to 'man/man2/getxattr.2')
-rw-r--r--man/man2/getxattr.215
1 files changed, 9 insertions, 6 deletions
diff --git a/man/man2/getxattr.2 b/man/man2/getxattr.2
index f6f8c996bf..fd04ae3572 100644
--- a/man/man2/getxattr.2
+++ b/man/man2/getxattr.2
@@ -13,12 +13,15 @@ Standard C library
.nf
.B #include <sys/xattr.h>
.P
-.BI "ssize_t getxattr(const char *" path ", const char *" name ,
-.BI " void " value [. size "], size_t " size );
-.BI "ssize_t lgetxattr(const char *" path ", const char *" name ,
-.BI " void " value [. size "], size_t " size );
-.BI "ssize_t fgetxattr(int " fd ", const char *" name ,
-.BI " void " value [. size "], size_t " size );
+.BI "ssize_t getxattr(size_t " size ;
+.BI " const char *" path ", const char *" name ,
+.BI " void " value [ size "], size_t " size );
+.BI "ssize_t lgetxattr(size_t " size ;
+.BI " const char *" path ", const char *" name ,
+.BI " void " value [ size "], size_t " size );
+.BI "ssize_t fgetxattr(size_t " size ;
+.BI " int " fd ", const char *" name ,
+.BI " void " value [ size "], size_t " size );
.fi
.SH DESCRIPTION
Extended attributes are