summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
AgeCommit message (Expand)Author
2021-09-01remove unused macro;Jason McIntyre
2021-08-30Document that %n has been neutered -- it now does syslog+abort.Theo de Raadt
2021-04-01For the snprintf range check demo, add a (size_t) cast in the right placeTheo de Raadt
2020-09-13Spell out n as en for consistency with other parts of the page.Theo Buehler
2020-09-13%lln is percent ell ell n (not dee).Claudio Jeker
2020-07-10adjust %n description to vaguely say "pointer", becuase the followingTheo de Raadt
2020-07-10As suggested by deraadt@, rewrite most of the printf(3) manual pageIngo Schwarze
2020-07-06Minor tweaks in the description of %g:Ingo Schwarze
2019-08-30mop up stdarg rename; ok deraadtJason McIntyre
2019-06-28Specify that {v,}asprintf(3) returns precisely -1 on failure,Ingo Schwarze
2019-06-27Simplify the description of [v]snprintf(3), move the descriptionIngo Schwarze
2019-06-26an -> a;Jason McIntyre
2019-06-26The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3)Theo de Raadt
2019-01-16For all functions known to be infected by LC_NUMERIC, add shortIngo Schwarze
2018-01-02some grammar fixes; from dholland@netbsd, -r1.68Jason McIntyre
2017-12-01Consistently .Xr the corresponding wide char functions from char- andIngo Schwarze
2017-06-12Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@Todd C. Miller
2016-06-06Add ERRORS section, from FreeBSD. OK tedu@Todd C. Miller
2015-10-13Sync printf family return value with ISO C which specifies thatTodd C. Miller
2015-06-03snprintf(3) is available on all modern systems and asprintf(3) isTodd C. Miller
2015-02-28Reduce usage of predefined strings in manpages.Anthony J. Bentley
2015-01-13remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseIngo Schwarze
2014-11-15Reduce instances of `` '' in manuals.Anthony J. Bentley
2014-05-13for non-valid combinations with `#', instead of trying to list them all,Jason McIntyre
2014-05-09when demonstrating the correct "double-check" idiom, provide aTheo de Raadt
2014-04-22add closing parenthesis.Igor Sobrado
2014-04-19need to escape %U, since it is used in Re/Rs blocks;Jason McIntyre
2014-04-19Demonstrate correct usage of snprintf (regarding overflow detection)Theo de Raadt
2013-07-17more library historyIngo Schwarze
2013-06-05Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzeTed Unangst
2013-04-01When there are multiple groups of functions with their own #includesPhilip Guenther
2013-03-04Update STANDARDS section as appropriate for C99.Brad Smith
2013-01-30Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).Brad Smith
2011-09-03make -column lists pretty again;Jason McIntyre
2010-03-26dispense with some wacky escape sequences;Jason McIntyre
2008-09-15- describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behaveMartynas Venckus
2008-09-14describe %a/%A. from freebsdMartynas Venckus
2008-08-26- add FMartynas Venckus
2007-05-31convert to new .Dd format;Jason McIntyre
2007-04-01clarify return values, prompted by moritz; ok moritz jmcTheo de Raadt
2006-01-13Use long long and intmax_t instead of quad_t throughout. Adapted inTodd C. Miller
2006-01-07improve the RETURN VALUES section;Jason McIntyre
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesJared Yanovich
2005-07-26remove note about long double not being supported by vax.Jared Yanovich
2005-04-14move return values to a seperate section, and split them out so that itTheo de Raadt
2005-04-14Explain what happens when len equals 0 for snprintf().Otto Moerbeek
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
2004-09-18Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.Otto Moerbeek
2003-08-17Sort headers in exampleAlexander Yurchenko