Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix incorrect character escape. | 2019-06-02 | 1 | -3/+3 | |
| | | | | From Stephen Gregoratto; thanks! | ||||
* | remove the Ic macro from EXAMPLES, and use a much more standard literal; | 2018-03-13 | 1 | -15/+10 | |
| | | | | while there, kill some Tn | ||||
* | Fix two documentation bugs: | 2016-11-18 | 1 | -5/+10 | |
| | | | | | | | 1. Specifying a precision for the %s format character limits the number of bytes printed, not the number of characters. 2. Document the intentional POSIX violation of ignoring the locale. Feedback and OK jmc@, bentley@. | ||||
* | Reduce usage of predefined strings in manpages. | 2015-02-28 | 1 | -4/+4 | |
| | | | | | | | | | | | Predefined strings are not very portable across troff implementations, and they make the source much harder to read. Usually the intended character can be written directly. No output changes, except for two instances where the incorrect escape was used in the first place. tweaks + ok schwarze@ | ||||
* | document the special \c escape sequence that can only be used with %b; | 2014-10-22 | 1 | -4/+13 | |
| | | | | | | | | gap found by guenther@ following a question asked by Frank Brodbeck <fab at split dash brain dot de>; while here, sort escape sequences, this part of the patch from Frank Brodbeck; ok guenther@ | ||||
* | don't use plural "arguments" in SYNOPSIS, since "..." makes it | 2014-05-25 | 1 | -8/+6 | |
| | | | | | redundant; tweak the rest of the page to stop using both forms, and tweak usage(), which was wrong anyway, to match this; | ||||
* | - document two escape sequences as extensions in STANDARDS | 2014-05-13 | 1 | -8/+5 | |
| | | | | | | | | - document undefined behaviour for unlisted formats in combination with `#'; guenther helped me organise this into a saner piece of text ok guenther | ||||
* | more EXIT STATUS bits; from Daniel Dickman | 2010-10-21 | 1 | -5/+3 | |
| | |||||
* | add an EXIT STATUS section for /usr/bin; | 2010-09-03 | 1 | -3/+3 | |
| | |||||
* | dispense with some wacky escape sequences; | 2010-03-26 | 1 | -4/+4 | |
| | |||||
* | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | 2009-02-08 | 1 | -3/+3 | |
| | | | | updates to follow; | ||||
* | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | 2008-09-15 | 1 | -2/+38 | |
| | | | | | when the argument is infinity/not-a-number ok millert@, jmc@ | ||||
* | describe %a/%A. from freebsd | 2008-09-14 | 1 | -4/+17 | |
| | | | | tweaks/ok millert@, jmc@ | ||||
* | - add descriptions for %F, and infinity/not-a-number from printf(3) | 2008-09-08 | 1 | -4/+17 | |
| | | | | - add missing %e to the format list | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | - use a consistent text for STANDARDS | 2007-05-30 | 1 | -4/+5 | |
| | | | | - note which options are extensions to POSIX | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -6/+2 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | small typos; | 2003-03-18 | 1 | -2/+2 | |
| | | | | ok miod@ | ||||
* | use $ or # before commands in examples | 2002-11-14 | 1 | -3/+3 | |
| | |||||
* | It's not that I mind split infinitives. I just like to save'em for when | 2001-02-17 | 1 | -3/+3 | |
| | | | | they're really needed. | ||||
* | Put the fmt strings CAVEATS section into userland printf(1) man page, too; | 2000-10-19 | 1 | -1/+12 | |
| | | | | it applies here as well. | ||||
* | Fix some formatting problems I missed before. | 2000-03-23 | 1 | -2/+2 | |
| | |||||
* | Various cleanups and standardization. | 2000-03-10 | 1 | -26/+33 | |
| | |||||
* | Add HISTORY sections; from FreeBSD. | 2000-03-06 | 1 | -4/+10 | |
| | |||||
* | Add a couple of useful examples. | 2000-01-22 | 1 | -1/+10 | |
| | |||||
* | - remove trailing white space | 1999-06-05 | 1 | -9/+9 | |
| | | | | | | | - remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/ | ||||
* | cleanup; also note that ``0'' flag is ignored when used with a precision | 1998-11-30 | 1 | -21/+43 | |
| | | | | specifier and any of the d, i, o, u, or x (X) formats, as per gcc warnings | ||||
* | usr.bin/ man page cleanups, n-s | 1998-09-27 | 1 | -12/+12 | |
| | |||||
* | doc \e in printf | 1998-08-25 | 1 | -1/+3 | |
| | |||||
* | there is no %w format | 1998-06-12 | 1 | -2/+2 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+1 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+277 | |