Signed-off-by: Peng Haitao <penght@xxxxxxxxxxxxxx> --- man3/puts.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/puts.3 b/man3/puts.3 index c3e9412..ab40659 100644 --- a/man3/puts.3 +++ b/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 -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html