summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/getc.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdio/getc.3')
-rw-r--r--lib/libc/stdio/getc.36
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 022521f..570867b 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -42,9 +42,9 @@
.Sh NAME
.Nm fgetc ,
.Nm getc ,
-.Nm getc_unlocked
+.Nm getc_unlocked ,
.Nm getchar ,
-.Nm getchar_unlocked
+.Nm getchar_unlocked ,
.Nm getw
.Nd get next character or word from input stream
.Sh LIBRARY
@@ -104,7 +104,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 input being dispersed among multiple
OpenPOWER on IntegriCloud