public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [Bug 213341] New: Man Page for ferror/feof has bad information in "Return Value" Section
@ 2021-06-04 22:37 bugzilla-daemon
  2021-06-04 22:49 ` [Bug 213341] " bugzilla-daemon
  2021-06-07 14:31 ` bugzilla-daemon
  0 siblings, 2 replies; 3+ messages in thread
From: bugzilla-daemon @ 2021-06-04 22:37 UTC (permalink / raw)
  To: linux-man

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@kernel-bugs.osdl.org
          Reporter: vulkur@protonmail.com
        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.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-07 14:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-04 22:37 [Bug 213341] New: Man Page for ferror/feof has bad information in "Return Value" Section bugzilla-daemon
2021-06-04 22:49 ` [Bug 213341] " bugzilla-daemon
2021-06-07 14:31 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox