summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
AgeCommit message (Expand)Author
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
2003-07-15.Ql Cm -> .Sq Cm where literal makes no sense;Jason McIntyre
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-05-03typos;Jason McIntyre
2003-04-16Warn people that the value of the pointer passed in to asprinf()Todd C. Miller
2002-07-24Document that *printf can return -1 on error. This includes snprintf(),Todd C. Miller
2002-05-01o) start new sentence on a new line;Mike Pechkin
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-06-23document ll, depreciate qNiels Provos
2001-06-05Fix pasto; kleink@netbsd.orgPaul Janzen
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-06-25correct return valuesPaul Janzen
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12list 'i' only onceHugh Graham
2000-01-12indent the source rightTheo de Raadt
1999-09-22BUGS->CAVEATSMarc Espie
1999-08-08missing G in item list; bdeTheo de Raadt
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1998-09-27Add a missing note about asprintfTodd C. Miller
1998-08-30v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove...Todd C. Miller
1998-08-29man page repairs; aaron@ug.cs.dal.caTheo de Raadt
1998-07-14formatting flawsTheo de Raadt