summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/ungetc.3
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-09-01 01:56:54 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-09-01 01:56:54 +0000
commit65efd8129012d7371cc67e0cb0de9845140c977c (patch)
tree7df1c1e8cadd1748528a154d73547f9a81702dae /lib/libc/stdio/ungetc.3
parent8c8a7645c79a3a5b0fd72d8307991fb6e8f506fe (diff)
Notes
Diffstat (limited to 'lib/libc/stdio/ungetc.3')
-rw-r--r--lib/libc/stdio/ungetc.35
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/libc/stdio/ungetc.3 b/lib/libc/stdio/ungetc.3
index 6d657a81ac5e..83483be04ffb 100644
--- a/lib/libc/stdio/ungetc.3
+++ b/lib/libc/stdio/ungetc.3
@@ -83,10 +83,7 @@ if the operation fails.
If the value of the argument
.Fa c
character equals
-.Dv EOF
-or current
-.Fa stream
-offset equals 0,
+.Dv EOF ,
the operation will fail and the stream will remain unchanged.
.Sh SEE ALSO
.Xr fseek 3 ,