OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / statvfs.3
index 37a76a8..e351187 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2003 Andries Brouwer (aeb@cwi.nl)
 .\"
+.\" %%%LICENSE_START(VERBATIM)
 .\" Permission is granted to make and distribute verbatim copies of this
 .\" manual provided the copyright notice and this permission notice are
 .\" preserved on all copies.
@@ -19,6 +20,7 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
+.\" %%%LICENSE_END
 .\"
 .\" The pathconf note is from Walter Harms
 .\" This is not a system call on Linux
@@ -91,7 +93,7 @@ have meaningful values on all file systems.
 .BR fstatvfs ()
 returns the same information about an open file referenced by descriptor
 .IR fd .
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 On success, zero is returned.
 On error, \-1 is returned, and
 .I errno
@@ -152,7 +154,7 @@ is not a directory.
 .TP
 .B EOVERFLOW
 Some values were too large to be represented in the returned struct.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 POSIX.1-2001.
 .SH NOTES
 The Linux kernel has system calls
@@ -176,5 +178,5 @@ and
 .I f_bsize
 fields of the return value of
 .IR "statvfs(path,buf)" .
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR statfs (2)