summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3
AgeCommit message (Expand)AuthorFilesLines
2019-08-30mop up stdarg rename; ok deraadtjmc1-3/+3
2019-06-28Specify that {v,}asprintf(3) returns precisely -1 on failure,schwarze1-7/+11
2019-06-27Simplify the description of [v]snprintf(3), move the descriptionschwarze1-19/+18
2019-06-26an -> a;jmc1-2/+2
2019-06-26The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3)deraadt1-4/+5
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortschwarze1-2/+11
2018-01-02some grammar fixes; from dholland@netbsd, -r1.68jmc1-6/+6
2017-12-01Consistently .Xr the corresponding wide char functions from char- andschwarze1-3/+4
2017-06-12Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@millert1-2/+4
2016-06-06Add ERRORS section, from FreeBSD. OK tedu@millert1-2/+17
2015-10-13Sync printf family return value with ISO C which specifies thatmillert1-3/+3
2015-06-03snprintf(3) is available on all modern systems and asprintf(3) ismillert1-6/+4
2015-02-28Reduce usage of predefined strings in manpages.bentley1-4/+4
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseschwarze1-10/+6
2014-11-15Reduce instances of `` '' in manuals.bentley1-3/+4
2014-05-13for non-valid combinations with `#', instead of trying to list them all,jmc1-12/+3
2014-05-09when demonstrating the correct "double-check" idiom, provide aderaadt1-3/+3
2014-04-22add closing parenthesis.sobrado1-3/+3
2014-04-19need to escape %U, since it is used in Re/Rs blocks;jmc1-2/+2
2014-04-19Demonstrate correct usage of snprintf (regarding overflow detection)deraadt1-3/+5
2013-07-17more library historyschwarze1-2/+19
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu1-5/+5
2013-04-01When there are multiple groups of functions with their own #includesguenther1-2/+3
2013-03-04Update STANDARDS section as appropriate for C99.brad1-4/+6
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad1-3/+26
2011-09-03make -column lists pretty again;jmc1-5/+5
2010-03-26dispense with some wacky escape sequences;jmc1-4/+4
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behavemartynas1-2/+38
2008-09-14describe %a/%A. from freebsdmartynas1-2/+58
2008-08-26- add Fmartynas1-3/+16
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-04-01clarify return values, prompted by moritz; ok moritz jmcderaadt1-4/+8
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inmillert1-122/+61
2006-01-07improve the RETURN VALUES section;jmc1-8/+12
2005-09-23support %jd from c99, although intmax_t may not be available.tedu1-1/+16
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesjaredy1-7/+10
2005-07-26remove note about long double not being supported by vax.jaredy1-5/+2
2005-04-14move return values to a seperate section, and split them out so that itderaadt1-37/+49
2005-04-14Explain what happens when len equals 0 for snprintf().otto1-1/+9
2005-02-25Be correct in our man pages when talking about NUL termination (that is,cloder1-2/+2
2004-09-18Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.otto1-1/+42
2003-08-17Sort headers in examplegrange1-2/+2
2003-07-15.Ql Cm -> .Sq Cm where literal makes no sense;jmc1-2/+2
2003-06-02Remove the advertising clause in the UCB license which Berkeleymillert1-6/+2
2003-05-03typos;jmc1-4/+4
2003-04-16Warn people that the value of the pointer passed in to asprinf()millert1-3/+8
2002-07-24Document that *printf can return -1 on error. This includes snprintf(),millert1-1/+2
2002-05-01o) start new sentence on a new line;mpech1-2/+3
2001-09-06It is silly to reference the Tahoe architecture.millert1-4/+2
2001-06-23document ll, depreciate qprovos1-4/+6