summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
diff options
context:
space:
mode:
authorTony Finch <fanf@FreeBSD.org>2002-05-19 00:24:57 +0000
committerTony Finch <fanf@FreeBSD.org>2002-05-19 00:24:57 +0000
commit3990551956ecef32ffc8fea24754e205ce400d1a (patch)
tree3300cde2cfbae2d86be003e4d0e090e810a14f95 /lib/libc/stdio
parent56e7ca5b6017f6b3233983cb29712c8385ec6ce9 (diff)
Notes
Diffstat (limited to 'lib/libc/stdio')
-rw-r--r--lib/libc/stdio/getc.34
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/libc/stdio/getc.3 b/lib/libc/stdio/getc.3
index 7b81b6b9b8c8..daae84c8539c 100644
--- a/lib/libc/stdio/getc.3
+++ b/lib/libc/stdio/getc.3
@@ -91,6 +91,10 @@ from the stream pointed at by
If successful, these routines return the next requested object
from the
.Fa stream .
+Character values are returned as an
+.Li unsigned char
+converted to an
+.Li int .
If the stream is at end-of-file or a read error occurs,
the routines return
.Dv EOF .