OSDN Git Service

(split) LDP: Update original to LDP v3.50.
[linuxjm/LDP_man-pages.git] / original / man3 / gets.3
index 93b1389..85747ef 100644 (file)
@@ -1,5 +1,6 @@
 .\" Copyright (c) 1993 by Thomas Koenig (ig25@rz.uni-karlsruhe.de)
 .\"
+.\" %%%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,7 +20,8 @@
 .\"
 .\" Formatted or processed versions of this manual, if unaccompanied by
 .\" the source, must acknowledge the copyright and authors of this work.
-.\" License.
+.\" %%%LICENSE_END
+.\"
 .\" Modified Wed Jul 28 11:12:07 1993 by Rik Faith (faith@cs.unc.edu)
 .\" Modified Fri Sep  8 15:48:13 1995 by Andries Brouwer (aeb@cwi.nl)
 .TH GETS 3  2012-01-18 "GNU" "Linux Programmer's Manual"
@@ -106,7 +108,7 @@ library for the same input stream.
 .PP
 For nonlocking counterparts, see
 .BR unlocked_stdio (3).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
 .BR fgetc (),
 .BR getc ()
 and
@@ -133,7 +135,7 @@ returns
 on success, or
 .B EOF
 on error.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
 C89, C99, POSIX.1-2001.
 
 LSB deprecates
@@ -168,7 +170,7 @@ library with low-level calls to
 .BR read (2)
 for the file descriptor associated with the input stream; the results
 will be undefined and very probably not what you want.
-.SH "SEE ALSO"
+.SH SEE ALSO
 .BR read (2),
 .BR write (2),
 .BR ferror (3),