summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/printf.3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* For the snprintf range check demo, add a (size_t) cast in the right placederaadt2021-04-011-3/+3
* Spell out n as en for consistency with other parts of the page.tb2020-09-131-3/+3
* %lln is percent ell ell n (not dee).claudio2020-09-131-4/+4
* adjust %n description to vaguely say "pointer", becuase the followingderaadt2020-07-101-4/+6
* As suggested by deraadt@, rewrite most of the printf(3) manual pageschwarze2020-07-101-453/+586
* Minor tweaks in the description of %g:schwarze2020-07-061-4/+8
* mop up stdarg rename; ok deraadtjmc2019-08-301-3/+3
* Specify that {v,}asprintf(3) returns precisely -1 on failure,schwarze2019-06-281-7/+11
* Simplify the description of [v]snprintf(3), move the descriptionschwarze2019-06-271-19/+18
* an -> a;jmc2019-06-261-2/+2
* The POSIX-compatible way of checking for {v,}{f,s,sn,d}printf(3)deraadt2019-06-261-4/+5
* For all functions known to be infected by LC_NUMERIC, add shortschwarze2019-01-161-2/+11
* some grammar fixes; from dholland@netbsd, -r1.68jmc2018-01-021-6/+6
* Consistently .Xr the corresponding wide char functions from char- andschwarze2017-12-011-3/+4
* Add dprintf() and vdprintf() RETURN VALUES. OK deraadt@millert2017-06-121-2/+4
* Add ERRORS section, from FreeBSD. OK tedu@millert2016-06-061-2/+17
* Sync printf family return value with ISO C which specifies thatmillert2015-10-131-3/+3
* snprintf(3) is available on all modern systems and asprintf(3) ismillert2015-06-031-6/+4
* Reduce usage of predefined strings in manpages.bentley2015-02-281-4/+4
* remove .Tn from stdio manuals; Kaspars Bankovskis found one of theseschwarze2015-01-131-10/+6
* Reduce instances of `` '' in manuals.bentley2014-11-151-3/+4
* for non-valid combinations with `#', instead of trying to list them all,jmc2014-05-131-12/+3
* when demonstrating the correct "double-check" idiom, provide aderaadt2014-05-091-3/+3
* add closing parenthesis.sobrado2014-04-221-3/+3
* need to escape %U, since it is used in Re/Rs blocks;jmc2014-04-191-2/+2
* Demonstrate correct usage of snprintf (regarding overflow detection)deraadt2014-04-191-3/+5
* more library historyschwarze2013-07-171-2/+19
* Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarzetedu2013-06-051-5/+5
* When there are multiple groups of functions with their own #includesguenther2013-04-011-2/+3
* Update STANDARDS section as appropriate for C99.brad2013-03-041-4/+6
* Add support for POSIX.1-2008 functions dprintf(3) and vdprintf(3).brad2013-01-301-3/+26
* make -column lists pretty again;jmc2011-09-031-5/+5
* dispense with some wacky escape sequences;jmc2010-03-261-4/+4
* - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behavemartynas2008-09-151-2/+38
* describe %a/%A. from freebsdmartynas2008-09-141-2/+58
* - add Fmartynas2008-08-261-3/+16
* convert to new .Dd format;jmc2007-05-311-2/+2
* clarify return values, prompted by moritz; ok moritz jmcderaadt2007-04-011-4/+8
* Use long long and intmax_t instead of quad_t throughout. Adapted inmillert2006-01-131-122/+61
* improve the RETURN VALUES section;jmc2006-01-071-8/+12
* support %jd from c99, although intmax_t may not be available.tedu2005-09-231-1/+16
* - typos, punctuation, spacing, macro, layout, etc. fixesjaredy2005-07-261-7/+10
* remove note about long double not being supported by vax.jaredy2005-07-261-5/+2
* move return values to a seperate section, and split them out so that itderaadt2005-04-141-37/+49
* Explain what happens when len equals 0 for snprintf().otto2005-04-141-1/+9
* Be correct in our man pages when talking about NUL termination (that is,cloder2005-02-251-2/+2
* Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.otto2004-09-181-1/+42
* Sort headers in examplegrange2003-08-171-2/+2
* .Ql Cm -> .Sq Cm where literal makes no sense;jmc2003-07-151-2/+2
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-021-6/+2