diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-01 14:11:53 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-09-01 14:11:53 +0000 |
| commit | 2f5eadff6be80375d3d281c3a3a1284d97d5529d (patch) | |
| tree | 3e18ab49b628045c854be4fb54a66754148bdb15 /lib/libc/stdio | |
| parent | a914951d6888e812092b5c5fbb58baf711cd2db1 (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdio')
| -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 57e810a2d311..fe7f31332ec1 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 , |
