summaryrefslogtreecommitdiffstats
path: root/man2/setxattr.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/setxattr.2')
-rw-r--r--man2/setxattr.228
1 files changed, 14 insertions, 14 deletions
diff --git a/man2/setxattr.2 b/man2/setxattr.2
index ebb4229f0..8125e449f 100644
--- a/man2/setxattr.2
+++ b/man2/setxattr.2
@@ -26,10 +26,10 @@ Extended attributes are
pairs associated with inodes (files, directories, symbolic links, etc.).
They are extensions to the normal attributes which are associated
with all inodes in the system (i.e., the
-.BR stat (2)
+.MR stat 2
data).
A complete overview of extended attributes concepts can be found in
-.BR xattr (7).
+.MR xattr 7 .
.P
.BR setxattr ()
sets the
@@ -57,7 +57,7 @@ is identical to
only the extended attribute is set on the open file referred to by
.I fd
(as returned by
-.BR open (2))
+.MR open 2 )
in place of
.IR path .
.P
@@ -124,10 +124,10 @@ Extended attributes are not supported by the filesystem, or are disabled,
.B EPERM
The file is marked immutable or append-only.
(See
-.BR ioctl_iflags (2).)
+.MR ioctl_iflags 2 .)
.P
In addition, the errors documented in
-.BR stat (2)
+.MR stat 2
can also occur.
.TP
.B ERANGE
@@ -148,12 +148,12 @@ glibc 2.3.
.\" .RI < linux-xfs@oss.sgi.com >.
.\" Please send any bug reports or comments to these addresses.
.SH SEE ALSO
-.BR getfattr (1),
-.BR setfattr (1),
-.BR getxattr (2),
-.BR listxattr (2),
-.BR open (2),
-.BR removexattr (2),
-.BR stat (2),
-.BR symlink (7),
-.BR xattr (7)
+.MR getfattr 1 ,
+.MR setfattr 1 ,
+.MR getxattr 2 ,
+.MR listxattr 2 ,
+.MR open 2 ,
+.MR removexattr 2 ,
+.MR stat 2 ,
+.MR symlink 7 ,
+.MR xattr 7