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:
parent
14418f224a
commit
654b249ced
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=44286
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user