https://bugzilla.kernel.org/show_bug.cgi?id=213341 URL: https://man7.org/linux/man-pages/man3/ferror.3.html Bug ID: 213341 Summary: Man Page for ferror/feof has bad information in "Return Value" Section Product: Documentation Version: unspecified Hardware: All OS: Linux Status: NEW Severity: low Priority: P1 Component: man-pages Assignee: documentation_man-pages@xxxxxxxxxxxxxxxxxxxx Reporter: vulkur@xxxxxxxxxxxxxx Regression: No Within the man page for ferror and feof, there is a description for the return value of feof twice. The second description is for ferror. >This: > The feof() function returns nonzero if the end-of-file indicator > is set for stream; otherwise, it returns zero. > > The feof() function returns nonzero if the error indicator is set > for stream; otherwise, it returns zero. >Should be this: > The feof() function returns nonzero if the end-of-file indicator > is set for stream; otherwise, it returns zero. > > The ferror() function returns nonzero if the error indicator is set > for stream; otherwise, it returns zero. -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.