statfs.2: Minor wording fixes

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-09-19 12:47:12 +02:00
parent a710e35952
commit 4c4fda8ac2
1 changed files with 4 additions and 3 deletions

View File

@ -67,7 +67,8 @@ struct statfs {
.EE
.in
.PP
Filesystem types:
The following filesystem types may appear in
.IR f_type :
.PP
.in +4n
.EX
@ -163,7 +164,7 @@ and some are hardcoded in kernel sources.
.PP
The
.IR f_flags
is a bit mask indicating mount options for the filesystem.
field is a bit mask indicating mount options for the filesystem.
It contains zero or more of the following bits:
.\" XXX Keep this list in sync with statvfs(3)
.TP
@ -238,7 +239,7 @@ or
points to an invalid address.
.TP
.B EINTR
This call was interrupted by a signal; see
The call was interrupted by a signal; see
.BR signal (7).
.TP
.B EIO