aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* libc: Implement N2680.Dag-Erling Smørgrav2023-09-071-1/+3
* libc: Document support for binary integers.Dag-Erling Smørgrav2023-08-281-9/+25
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* Implement printf(3) family %m format string extension.Konstantin Belousov2018-05-221-1/+21
* Don't put multiple names on a single .Nm line. This fixes apropos(1)Edward Tomasz Napierala2018-04-171-2/+12
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Remove _WITH_GETLINE and _WITH_DPRINTF guardsBaptiste Daroussin2016-07-301-30/+1
* use .Mt to mark up email addresses consistently (part4)Baptiste Daroussin2014-06-231-2/+2
* Clarify that the ' flag is an apostrophe.Greg Lehey2012-11-081-1/+1
* - Fix the claim that the output is always null-terminated. This isn'tDavid Schultz2012-04-211-17/+29
* Revert changes of 'assure' to 'ensure' made in r211936.Rebecca Cran2010-09-111-1/+1
* Fix incorrect usage of 'assure' and 'insure'.Rebecca Cran2010-08-281-1/+1
* mdoc: move CAVEATS, BUGS and SECURITY CONSIDERATIONS sections to theUlrich Spörlein2010-05-131-71/+71
* mdoc: use macro for +- that is understood by mdocmlUlrich Spörlein2010-05-111-2/+2
* I feel this wording of the history is more clear.David E. O'Brien2010-04-051-3/+3
* %U was macroized in mdoc(7), escape.Ruslan Ermilov2010-02-161-1/+1
* Fix the dprintf() prototype.Christian Brueffer2009-12-021-2/+2
* Add dprintf() and vdprintf() from POSIX.1-2008. Like getline(),David Schultz2009-03-041-27/+76
* Update the manpage to reflect r145172.David Schultz2009-01-281-2/+1
* Updates for changes in the way printf() handles hex floating pointDavid Schultz2008-04-121-4/+5
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Remove references to nonexistent "FreeBSD Security Architecture" document.Tim J. Robbins2005-09-051-5/+0
* Document that the length modifier l is ignored for floating pointStefan Farfeleder2004-10-161-1/+3
* Markup, grammar, and spelling fixes.Ruslan Ermilov2004-06-301-4/+3
* Bring the *printf(3) documentation up to date with the code:David Schultz2004-01-191-37/+24
* Note that the printf(3) and scanf(3) family of functions don't deal withTim J. Robbins2003-01-061-1/+7
* Document the fact that the printf() family of functions return negativeTim J. Robbins2002-12-201-2/+14
* mdoc(7) police: "The .Fn function".Ruslan Ermilov2002-12-181-4/+12
* Consistently mark std(in|out|err) with .Dv, because that's how theyRuslan Ermilov2002-12-041-1/+1
* Cross-reference fmtcheck(3).Tim J. Robbins2002-10-201-0/+1
* Indent code example with one tab, not two, for consistency with the rest.Tim J. Robbins2002-10-191-8/+8
* Add cross-references between wide character and single-byte characterTim J. Robbins2002-09-241-1/+2
* Implement the %ls and %lc conversions for printing wide character stringsTim J. Robbins2002-09-191-8/+0
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-8/+8
* - For compliance with IEEE Std 1003.1-2001, add the 'restrict'Robert Drehmel2002-08-151-4/+4
* - Introduce the 'restrict' qualifier to function prototypes andRobert Drehmel2002-08-151-4/+4
* Fix typos; each file has at least one s/seperat/separat/Jens Schweikhardt2002-08-111-3/+3
* mdoc(7) police: punctuation.Ruslan Ermilov2002-08-091-1/+1
* Don't claim to fully implement C99 in the STANDARDS section and then disclaimGarrett Wollman2002-07-151-2/+4
* Fix style and wording bugs introduced in my last commit.Chris Costello2002-06-181-11/+9
* o Move more information from BUGS into SECURITY CONSIDERATIONS andChris Costello2002-06-151-50/+56
* Include information on the dangers of passing a user-supplied string asChris Costello2002-06-131-0/+21
* mdoc(7) police:Ruslan Ermilov2002-01-091-1/+2
* Add new "SECURITY CONSIDERATIONS" sections.Chris Costello2002-01-061-0/+16
* mdoc(7) police: Minor formatting nits and optimizations to rev. 1.34.Ruslan Ermilov2001-12-121-57/+67
* Remove blank line.Bill Fenner2001-12-071-1/+0
* Implement several of the c99 updates to printf(3):Bill Fenner2001-11-301-96/+225
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* mdoc(7) police: fixed/simplified formatting.Ruslan Ermilov2001-07-041-130/+81