Bug 39257 - printf manpage doesn't document error returns
Summary: printf manpage doesn't document error returns
Status: Closed FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Tim Robbins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-14 02:10 UTC by Jonathan Lennox
Modified: 2003-03-02 07:30 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jonathan Lennox 2002-06-14 02:10:01 UTC
The *printf family of functions can, in a number of circumstances, fail, returning EOF.

None of these circumstances are documented in printf(3), nor indeed is the EOF return value at all.
Comment 1 Tim Robbins freebsd_committer freebsd_triage 2002-12-20 07:39:00 UTC
Responsible Changed
From-To: freebsd-doc->tjr

I will add an ERRORS section to printf(3) and wprintf(3) and document the 
EOF return value.
Comment 2 Tim Robbins freebsd_committer freebsd_triage 2002-12-20 08:28:34 UTC
State Changed
From-To: open->patched

Manual page has been updated in -current.
Comment 3 Eugene Grosbein 2003-03-01 17:25:05 UTC
Hi!

How about MFC for those man pages fixer before 4.8-RELEASE?

Eugene Grosbein
Comment 4 Tim Robbins freebsd_committer freebsd_triage 2003-03-02 07:30:22 UTC
State Changed
From-To: patched->closed

Fixed in -stable.