X-Git-Url: http://git.osdn.net/view?p=linuxjm%2FLDP_man-pages.git;a=blobdiff_plain;f=original%2Fman3%2Fputs.3;h=950dd437c877a912f6aeb02b14af231b9c1e930c;hp=5862e939f01652f9344ea7246350e52fc2ed9ad4;hb=4ea6bb24817f6f049d6bbc90ecd77a869876f9b0;hpb=110dba020f489b75aff2497105f7970c05e2b87c diff --git a/original/man3/puts.3 b/original/man3/puts.3 index 5862e939..950dd437 100644 --- a/original/man3/puts.3 +++ b/original/man3/puts.3 @@ -63,7 +63,7 @@ except that it may be implemented as a macro which evaluates .I stream more than once. .PP -.BI "putchar(" c ); +.BI "putchar(" c ) is equivalent to .BI "putc(" c ", " stdout ). .PP @@ -122,7 +122,7 @@ 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.68 of the Linux +This page is part of release 3.79 of the Linux .I man-pages project. A description of the project,