fflush.3: SEE ALSO: Add fpurge(3)

fpurge(i_stream) does the same as fflush(i_stream), AFAIK.

Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Alejandro Colomar 2021-05-09 23:38:55 +02:00 committed by Michael Kerrisk
parent 1c55195743
commit 3bbc7a7554
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ or
.BR sync (2), .BR sync (2),
.BR write (2), .BR write (2),
.BR fclose (3), .BR fclose (3),
.BR fpurge (3),
.BR fileno (3), .BR fileno (3),
.BR fopen (3), .BR fopen (3),
.BR setbuf (3), .BR setbuf (3),