statfs.2: wfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2015-01-28 10:25:25 +01:00
parent 7f2a9e4c98
commit 394a52fc0d
1 changed files with 1 additions and 1 deletions

View File

@ -244,7 +244,7 @@ and
.BR fstatfs ()
wrapper functions transparently deal with the kernel differences.
Some systems only have \fI<sys/vfs.h>\fP, other systems also have
Some systems have only \fI<sys/vfs.h>\fP, other systems also have
\fI<sys/statfs.h>\fP, where the former includes the latter.
So it seems
including the former is the best choice.