summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/putc.39
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
OpenPOWER on IntegriCloud