mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04: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
1 changed files with 7 additions and 2 deletions
|
|
@ -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 a new issue