mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-01 17:12:46 +00:00
Describe ESPIPE as result of unspecified file-position indicator value.
Add more to SEE ALSO section.
This commit is contained in:
parent
a914951d68
commit
2f5eadff6b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82738
@ -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 ,
|
||||
|
Loading…
Reference in New Issue
Block a user