April 12, 2023
https://issues.dlang.org/show_bug.cgi?id=23834

          Issue ID: 23834
           Summary: std.file : File links to c functions are invalid and
                    need updating
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P1
         Component: phobos
          Assignee: nobody@puremagic.com
          Reporter: alphaglosined@gmail.com

Links in std.file : File are in need of updating.

https://dlang.org/library/std/stdio/file.flush.html

The link to fflush does not point to a webpage for fflush.

--