diff options
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r-- | lib/libc/stdio/putc.3 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3 index fc6e6a7..37daff6 100644 --- a/lib/libc/stdio/putc.3 +++ b/lib/libc/stdio/putc.3 @@ -64,8 +64,9 @@ writes the character to the output stream pointed to by .Fa stream . .Pp -.Fn Putc -acts essentially identically to +The +.Fn putc +macro acts essentially identically to .Fn fputc , but is a macro that expands in-line. It may evaluate .Fa stream @@ -73,7 +74,9 @@ more than once, so arguments given to .Fn putc should not be expressions with potential side effects. .Pp -.Fn Putchar +The +.Fn putchar +macro is identical to .Fn putc with an output stream of |