diff options
Diffstat (limited to 'man2/getxattr.2')
-rw-r--r-- | man2/getxattr.2 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man2/getxattr.2 b/man2/getxattr.2 index f83efc9f..ad8717f8 100644 --- a/man2/getxattr.2 +++ b/man2/getxattr.2 @@ -53,7 +53,7 @@ data). A complete overview of extended attributes concepts can be found in .BR attr (5). .PP -.B getxattr +.BR getxattr () retrieves the .I value of the extended attribute identified by @@ -65,15 +65,15 @@ The length of the attribute .I value is returned. .PP -.B lgetxattr +.BR lgetxattr () is identical to -.BR getxattr , +.BR getxattr (), except in the case of a symbolic link, where the link itself is interrogated, not the file that it refers to. .PP -.B fgetxattr +.BR fgetxattr () is identical to -.BR getxattr , +.BR getxattr (), only the open file pointed to by .I filedes (as returned by |