diff options
author | ache <ache@FreeBSD.org> | 2001-09-01 14:11:53 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-09-01 14:11:53 +0000 |
commit | 6628a9dfdc386893f35e5dc52b9567f5a0657d93 (patch) | |
tree | 3e18ab49b628045c854be4fb54a66754148bdb15 /lib/libc | |
parent | 162eb9fa4efd5e7804938d0afb33828aa58d2484 (diff) | |
download | FreeBSD-src-6628a9dfdc386893f35e5dc52b9567f5a0657d93.zip FreeBSD-src-6628a9dfdc386893f35e5dc52b9567f5a0657d93.tar.gz |
Describe ESPIPE as result of unspecified file-position indicator value.
Add more to SEE ALSO section.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/stdio/fseek.3 | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/libc/stdio/fseek.3 b/lib/libc/stdio/fseek.3 index 57e810a..fe7f313 100644 --- a/lib/libc/stdio/fseek.3 +++ b/lib/libc/stdio/fseek.3 @@ -206,7 +206,10 @@ for and .Fn ftell . .It Bq Er ESPIPE -The file descriptor underlying stream is associated with a pipe or FIFO. +The file descriptor underlying stream is associated with a pipe or FIFO +or file-position indicator value is unspecified +(see +.Xr ungetc 3 ) . .El .Pp The functions @@ -226,7 +229,9 @@ for any of the errors specified for the routines and .Xr malloc 3 . .Sh SEE ALSO -.Xr lseek 2 +.Xr lseek 2 , +.Xr clearerr 3 , +.Xr ungetc 3 .Sh STANDARDS The .Fn fgetpos , |