mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
stdio(3): correct summary information for fileno(3)
Reviewed by: emaste, imp Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D47834
This commit is contained in:
parent
60f87c7368
commit
35ac34a23b
1 changed files with 1 additions and 1 deletions
|
|
@ -252,7 +252,7 @@ library conforms to
|
|||
.It "fgets get a line from a stream"
|
||||
.It "fgetwc get next wide character from input stream"
|
||||
.It "fgetws get a line of wide characters from a stream"
|
||||
.It "fileno check and reset stream status"
|
||||
.It "fileno map a stream pointer to a file descriptor"
|
||||
.It "fopen stream open functions"
|
||||
.It "fprintf formatted output conversion"
|
||||
.It "fpurge flush a stream"
|
||||
|
|
|
|||
Loading…
Reference in a new issue