OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / fpurge.3
index 39a6fcc..e7e9d16 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (C) 2001 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
 .\"
 .TH FPURGE 3  2001-12-15 "" "Linux Programmer's Manual"
 .SH NAME
@@ -53,7 +55,7 @@ See also
 The function
 .BR __fpurge ()
 does precisely the same, but without returning a value.
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 Upon successful completion
 .BR fpurge ()
 returns 0.
@@ -65,7 +67,7 @@ appropriately.
 .B EBADF
 .I stream
 is not an open stream.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 These functions are nonstandard and not portable.
 The function
 .BR fpurge ()
@@ -75,8 +77,17 @@ The function
 was introduced in Solaris, and is present in glibc 2.1.95 and later.
 .SH NOTES
 Usually it is a mistake to want to discard input buffers.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .\" .BR fclean (3),
 .BR fflush (3),
 .BR setbuf (3),
 .BR stdio_ext (3)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.