fpurge(i_stream) does the same as fflush(i_stream), AFAIK. Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man3/fflush.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/fflush.3 b/man3/fflush.3 index 26b91e618..bbe3c453e 100644 --- a/man3/fflush.3 +++ b/man3/fflush.3 @@ -133,6 +133,7 @@ or .BR sync (2), .BR write (2), .BR fclose (3), +.BR fpurge (3), .BR fileno (3), .BR fopen (3), .BR setbuf (3), -- 2.30.1.721.g45526154a5