summaryrefslogtreecommitdiff
path: root/man3/gets.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-14 06:25:37 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-14 06:25:37 +0000
commit9daa4fb9bb3103929efbaa6a0c15cdf70f90aa2d (patch)
tree27da90be8849029bb696263a4c472327e116a918 /man3/gets.3
parent2fd7b9d4c508a3bcecc276cf823f51ea0172e28b (diff)
Add page number to xrefs
Diffstat (limited to 'man3/gets.3')
-rw-r--r--man3/gets.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/gets.3 b/man3/gets.3
index e9652df9..e486d18f 100644
--- a/man3/gets.3
+++ b/man3/gets.3
@@ -158,7 +158,7 @@ instead.
It is not advisable to mix calls to input functions from the
.B stdio
library with low-level calls to
-.BR read ()
+.BR read (2)
for the file descriptor associated with the input stream; the results
will be undefined and very probably not what you want.
.SH "SEE ALSO"