OSDN Git Service

LDP: Update original to LDP v3.67
[linuxjm/LDP_man-pages.git] / original / man3 / puts.3
index 12da9b2..606ed63 100644 (file)
@@ -65,7 +65,7 @@ more than once.
 .PP
 .BI "putchar(" c );
 is equivalent to
-.BI "putc(" c , stdout ).
+.BI "putc(" c ", " stdout ).
 .PP
 .BR puts ()
 writes the string
@@ -122,10 +122,11 @@ will be undefined and very probably not what you want.
 .BR scanf (3),
 .BR unlocked_stdio (3)
 .SH COLOPHON
-This page is part of release 3.65 of the Linux
+This page is part of release 3.67 of the Linux
 .I man-pages
 project.
 A description of the project,
-and information about reporting bugs,
+information about reporting bugs,
+and the latest version of this page,
 can be found at
 \%http://www.kernel.org/doc/man\-pages/.