From 3bbc7a7554f2c4d3ecc8e9aca224bfec7d319a95 Mon Sep 17 00:00:00 2001 From: Alejandro Colomar Date: Sun, 9 May 2021 23:38:55 +0200 Subject: [PATCH] fflush.3: SEE ALSO: Add fpurge(3) fpurge(i_stream) does the same as fflush(i_stream), AFAIK. Signed-off-by: Alejandro Colomar Signed-off-by: Michael Kerrisk --- man3/fflush.3 | 1 + 1 file changed, 1 insertion(+) diff --git a/man3/fflush.3 b/man3/fflush.3 index 138c9bcfe..a600da2ae 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),