summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/putc.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/putc.3')
-rw-r--r--lib/libc/stdio/putc.34
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/stdio/putc.3 b/lib/libc/stdio/putc.3
index bd51c10..2476f5f 100644
--- a/lib/libc/stdio/putc.3
+++ b/lib/libc/stdio/putc.3
@@ -42,7 +42,9 @@
.Sh NAME
.Nm fputc ,
.Nm putc ,
+.Nm putc_unlocked ,
.Nm putchar ,
+.Nm putchar_unlocked ,
.Nm putw
.Nd output a character or word to a stream
.Sh LIBRARY
@@ -103,7 +105,7 @@ and
respectively,
except that the caller is responsible for locking the stream
with
-.Fn flockfile
+.Xr flockfile 3
before calling them.
These functions may be used to avoid the overhead of locking the stream
for each character, and to avoid output being interspersed from multiple
OpenPOWER on IntegriCloud