summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorTim J. Robbins <tjr@FreeBSD.org>2003-01-10 07:47:12 +0000
committerTim J. Robbins <tjr@FreeBSD.org>2003-01-10 07:47:12 +0000
commitc24891e9e29efd394a35e48062b9dbda31bc8359 (patch)
treeafb4b5b9386258de5a9966016ecc61152ec400f4 /lib/libc
parent903103000319f4a508e2b0454b66068b1f4382c0 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/putc.312
1 files changed, 3 insertions, 9 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index 2223a47058ac..bd51c103ef6f 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -73,18 +73,12 @@ to the output stream pointed to by
.Pp
The
.Fn putc
-macro acts essentially identically to
-.Fn fputc ,
-but is a macro that expands in-line.
-It may evaluate
-.Fa stream
-more than once, so arguments given to
-.Fn putc
-should not be expressions with potential side effects.
+function acts essentially identically to
+.Fn fputc .
.Pp
The
.Fn putchar
-macro
+function
is identical to
.Fn putc
with an output stream of