diff options
Diffstat (limited to 'lib/libc/stdio/ungetc.3')
-rw-r--r-- | lib/libc/stdio/ungetc.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3 index 4a2008f74f5..852b8bede31 100644 --- a/lib/libc/stdio/ungetc.3 +++ b/lib/libc/stdio/ungetc.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ungetc.3,v 1.3 1999/05/16 19:55:11 alex Exp $ +.\" $OpenBSD: ungetc.3,v 1.4 2000/04/20 01:39:33 aaron Exp $ .\" .\" Copyright (c) 1990, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,7 +50,8 @@ The .Fn ungetc function pushes the character .Fa c -(converted to an unsigned char) +(converted to an +.Li unsigned char ) back onto the input stream pointed to by .Fa stream . The pushed-backed characters will be returned by subsequent reads on the |