summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorhoek <hoek@FreeBSD.org>1999-02-26 01:28:06 +0000
committerhoek <hoek@FreeBSD.org>1999-02-26 01:28:06 +0000
commit1dbce336d1e9feec0a289e82bd3c89fdae1f4549 (patch)
tree02659d2a9e7057507b5d26c85a5c601e19dbf672 /lib/libc/stdio
parentc509e80e954562cd32d8250b7b8096a6eabc2e11 (diff)
downloadFreeBSD-src-1dbce336d1e9feec0a289e82bd3c89fdae1f4549.zip
FreeBSD-src-1dbce336d1e9feec0a289e82bd3c89fdae1f4549.tar.gz
Decapitalize function name by prepending with word "The".
PR: docs/10247
Diffstat (limited to 'lib/libc/stdio')
-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