summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.3
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-09-01 14:40:01 +0000
committerache <ache@FreeBSD.org>2001-09-01 14:40:01 +0000
commit0c69b0498400f6664df5375fcebf996ba7719f42 (patch)
tree676a57eb64f3349c798379fdbbb069ed5cebc034 /lib/libc/stdio/fseek.3
parentd8648337d6d5c5d7a8d79e3a94d02b694bfa67a2 (diff)
downloadFreeBSD-src-0c69b0498400f6664df5375fcebf996ba7719f42.zip
FreeBSD-src-0c69b0498400f6664df5375fcebf996ba7719f42.tar.gz
Make fseek(... SEEK_CUR) fails if current file-position is unspecified.
Diffstat (limited to 'lib/libc/stdio/fseek.3')
-rw-r--r--lib/libc/stdio/fseek.38
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3
index b08bbc8..fe7f313 100644
--- a/lib/libc/stdio/fseek.3
+++ b/lib/libc/stdio/fseek.3
@@ -206,12 +206,8 @@ for
and
.Fn ftell .
.It Bq Er ESPIPE
-The file descriptor underlying stream is associated with a pipe or FIFO.
-For
-.Fn ftell
-and
-.Fn ftello ,
-file-position indicator value is unspecified
+The file descriptor underlying stream is associated with a pipe or FIFO
+or file-position indicator value is unspecified
(see
.Xr ungetc 3 ) .
.El
OpenPOWER on IntegriCloud