1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Decapitalize function name by prepending with word "The".

PR:		docs/10247
This commit is contained in:
Tim Vanderhoek 1999-02-26 01:28:06 +00:00
parent 14418f224a
commit 654b249ced
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44286

View File

@ -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