summaryrefslogtreecommitdiffstats
path: root/man2/statfs.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/statfs.2')
-rw-r--r--man2/statfs.236
1 files changed, 18 insertions, 18 deletions
diff --git a/man2/statfs.2 b/man2/statfs.2
index ffee7ee87..f88c7a46d 100644
--- a/man2/statfs.2
+++ b/man2/statfs.2
@@ -22,7 +22,7 @@ Standard C library
Unless you need the
.I f_type
field, you should use the standard
-.BR statvfs (3)
+.MR statvfs 3
interface instead.
.SH DESCRIPTION
The
@@ -163,25 +163,25 @@ It contains zero or more of the following bits:
.TP
.B ST_MANDLOCK
Mandatory locking is permitted on the filesystem (see
-.BR fcntl (2)).
+.MR fcntl 2 ).
.TP
.B ST_NOATIME
Do not update access times; see
-.BR mount (2).
+.MR mount 2 .
.TP
.B ST_NODEV
Disallow access to device special files on this filesystem.
.TP
.B ST_NODIRATIME
Do not update directory access times; see
-.BR mount (2).
+.MR mount 2 .
.TP
.B ST_NOEXEC
Execution of programs is disallowed on this filesystem.
.TP
.B ST_NOSUID
The set-user-ID and set-group-ID bits are ignored by
-.BR exec (3)
+.MR exec 3
for executable files on this filesystem
.TP
.B ST_RDONLY
@@ -189,18 +189,18 @@ This filesystem is mounted read-only.
.TP
.B ST_RELATIME
Update atime relative to mtime/ctime; see
-.BR mount (2).
+.MR mount 2 .
.TP
.B ST_SYNCHRONOUS
Writes are synched to the filesystem immediately (see the description of
.B O_SYNC
in
-.BR open (2)).
+.MR open 2 ).
.TP
.BR ST_NOSYMFOLLOW " (since Linux 5.10)"
.\" dab741e0e02bd3c4f5e2e97be74b39df2523fc6e
Symbolic links are not followed when resolving paths; see
-.BR mount (2).
+.MR mount 2 .
.P
Nobody knows what
.I f_fsid
@@ -223,7 +223,7 @@ is set to indicate the error.
Search permission is denied for a component of the path prefix of
.IR path .
(See also
-.BR path_resolution (7).)
+.MR path_resolution 7 .)
.TP
.B EBADF
.RB ( fstatfs ())
@@ -238,7 +238,7 @@ points to an invalid address.
.TP
.B EINTR
The call was interrupted by a signal; see
-.BR signal (7).
+.MR signal 7 .
.TP
.B EIO
An I/O error occurred while reading from the filesystem.
@@ -276,7 +276,7 @@ Some values were too large to be represented in the returned struct.
.SH VERSIONS
.SS The f_fsid field
Solaris, Irix, and POSIX have a system call
-.BR statvfs (2)
+.MR statvfs 2
that returns a
.I "struct statvfs"
(defined in
@@ -316,7 +316,7 @@ when NFS-exported, and giving it out is a security concern.
Under some operating systems, the
.I fsid
can be used as the second argument to the
-.BR sysfs (2)
+.MR sysfs 2
system call.
.SH STANDARDS
Linux.
@@ -353,9 +353,9 @@ LSB has deprecated the library calls
and
.BR fstatfs ()
and tells us to use
-.BR statvfs (3)
+.MR statvfs 3
and
-.BR fstatvfs (3)
+.MR fstatvfs 3
instead.
.SH NOTES
The
@@ -382,8 +382,8 @@ From Linux 2.6.38 up to and including Linux 3.1,
failed with the error
.B ENOSYS
for file descriptors created by
-.BR pipe (2).
+.MR pipe 2 .
.SH SEE ALSO
-.BR stat (2),
-.BR statvfs (3),
-.BR path_resolution (7)
+.MR stat 2 ,
+.MR statvfs 3 ,
+.MR path_resolution 7