]> git.ipfire.org Git - thirdparty/man-pages.git/blobdiff - man2/statfs.2
Wrapped long lines, wrapped at sentence boundaries; stripped trailing
[thirdparty/man-pages.git] / man2 / statfs.2
index e30b456596a8cb8ab0d277f34a30f97e7ea76f47..ab1374e3a17ccbb58056bcf515ea6f5352be30f1 100644 (file)
@@ -8,7 +8,7 @@
 .\" manual under the conditions for verbatim copying, provided that the
 .\" entire resulting derived work is distributed under the terms of a
 .\" permission notice identical to this one.
-.\" 
+.\"
 .\" Since the Linux kernel and libraries are constantly changing, this
 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
 .\" responsibility for errors or omissions, or for damages resulting from
@@ -16,7 +16,7 @@
 .\" have taken the same level of care in the production of this manual,
 .\" which is licensed free of charge, as they might when working
 .\" professionally.
-.\" 
+.\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
 .\"
@@ -115,7 +115,8 @@ Fields that are undefined for a particular file system are set to 0.
 returns the same information about an open file referenced by descriptor
 .IR fd .
 .SH "RETURN VALUE"
-On success, zero is returned.  On error, \-1 is returned, and
+On success, zero is returned.
+On error, \-1 is returned, and
 .I errno
 is set appropriately.
 .SH ERRORS
@@ -181,16 +182,17 @@ The Linux
 was inspired by the 4.4BSD one
 (but they do not use the same structure).
 .SH NOTES
-The kernel has system calls 
-.BR statfs (), 
-.BR fstatfs (), 
+The kernel has system calls
+.BR statfs (),
+.BR fstatfs (),
 .BR statfs64 (),
 and
 .BR fstatfs64 ()
 to support this library call.
 
 Some systems only have <sys/vfs.h>, other systems also have
-<sys/statfs.h>, where the former includes the latter. So it seems
+<sys/statfs.h>, where the former includes the latter.
+So it seems
 including the former is the best choice.
 
 LSB has deprecated the library calls