| Commit message (Expand) | Author | Age | Files | Lines |
* | make -column lists pretty again; |  jmc | 2011-09-03 | 1 | -5/+5 |
* | dispense with some wacky escape sequences; |  jmc | 2010-03-26 | 1 | -4/+4 |
* | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave |  martynas | 2008-09-15 | 1 | -2/+38 |
* | describe %a/%A. from freebsd |  martynas | 2008-09-14 | 1 | -2/+58 |
* | - add F |  martynas | 2008-08-26 | 1 | -3/+16 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 1 | -2/+2 |
* | clarify return values, prompted by moritz; ok moritz jmc |  deraadt | 2007-04-01 | 1 | -4/+8 |
* | Use long long and intmax_t instead of quad_t throughout. Adapted in |  millert | 2006-01-13 | 1 | -122/+61 |
* | improve the RETURN VALUES section; |  jmc | 2006-01-07 | 1 | -8/+12 |
* | support %jd from c99, although intmax_t may not be available. |  tedu | 2005-09-23 | 1 | -1/+16 |
* | - typos, punctuation, spacing, macro, layout, etc. fixes |  jaredy | 2005-07-26 | 1 | -7/+10 |
* | remove note about long double not being supported by vax. |  jaredy | 2005-07-26 | 1 | -5/+2 |
* | move return values to a seperate section, and split them out so that it |  deraadt | 2005-04-14 | 1 | -37/+49 |
* | Explain what happens when len equals 0 for snprintf(). |  otto | 2005-04-14 | 1 | -1/+9 |
* | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 2005-02-25 | 1 | -2/+2 |
* | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. |  otto | 2004-09-18 | 1 | -1/+42 |
* | Sort headers in example |  grange | 2003-08-17 | 1 | -2/+2 |
* | .Ql Cm -> .Sq Cm where literal makes no sense; |  jmc | 2003-07-15 | 1 | -2/+2 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | typos; |  jmc | 2003-05-03 | 1 | -4/+4 |
* | Warn people that the value of the pointer passed in to asprinf() |  millert | 2003-04-16 | 1 | -3/+8 |
* | Document that *printf can return -1 on error. This includes snprintf(), |  millert | 2002-07-24 | 1 | -1/+2 |
* | o) start new sentence on a new line; |  mpech | 2002-05-01 | 1 | -2/+3 |
* | It is silly to reference the Tahoe architecture. |  millert | 2001-09-06 | 1 | -4/+2 |
* | document ll, depreciate q |  provos | 2001-06-23 | 1 | -4/+6 |
* | Fix pasto; kleink@netbsd.org |  pjanzen | 2001-06-05 | 1 | -2/+2 |
* | It's not that I mind split infinitives. I just like to save'em for when |  pjanzen | 2001-02-17 | 1 | -2/+2 |
* | Various repairs, mostly to get rid of short lines. |  aaron | 2000-12-24 | 1 | -3/+2 |
* | In the format string bug description under CAVEATS, clarify what we mean by |  aaron | 2000-08-25 | 1 | -4/+4 |
* | Stronger caveat wrt stack smashing via % escapes. Each man page |  millert | 2000-07-16 | 1 | -5/+14 |
* | Insert missing semi-colon. |  aaron | 2000-07-07 | 1 | -2/+2 |
* | correct return values |  pjanzen | 2000-06-25 | 1 | -12/+13 |
* | C deals with complex functions, but not imaginary ones yet. |  espie | 2000-04-25 | 1 | -3/+2 |
* | Flesh out all of the stdio man pages. |  aaron | 2000-04-20 | 1 | -44/+48 |
* | Repairs, mostly removing hard sentence breaks. |  aaron | 2000-04-18 | 1 | -13/+18 |
* | Mostly punctuation fixes. |  aaron | 2000-04-15 | 1 | -2/+2 |
* | list 'i' only once |  hugh | 2000-04-12 | 1 | -2/+1 |
* | indent the source right |  deraadt | 2000-01-12 | 1 | -11/+12 |
* | BUGS->CAVEATS |  espie | 1999-09-22 | 1 | -2/+10 |
* | missing G in item list; bde |  deraadt | 1999-08-08 | 1 | -2/+2 |
* | when using `-' as a negative sign, escape it with a backslash so troff knows |  aaron | 1999-07-07 | 1 | -2/+2 |
* | remove redundant .Pp macros |  aaron | 1999-07-02 | 1 | -2/+1 |
* | kill some old macros |  aaron | 1999-05-25 | 1 | -2/+1 |
* | grammar police: do not hyphenate compound words that act as adjectives if the |  aaron | 1999-05-12 | 1 | -2/+2 |
* | talk about positional arguments and sizes; james@oaktree.co.uk |  deraadt | 1999-03-01 | 1 | -3/+7 |
* | make function names the correct case |  deraadt | 1999-02-27 | 1 | -5/+5 |
* | Add a missing note about asprintf |  millert | 1998-09-27 | 1 | -1/+3 |
* | v?asnprintf was never ocmmitted because it make stdio guts too gross. Remove references... |  millert | 1998-08-30 | 1 | -21/+8 |
* | man page repairs; aaron@ug.cs.dal.ca |  deraadt | 1998-08-29 | 1 | -3/+3 |
* | formatting flaws |  deraadt | 1998-07-14 | 1 | -1/+5 |