summaryrefslogtreecommitdiff
path: root/lib/libc/stdio/printf.3
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add description for the 'll' modifier for long long. In essence a copyJens Schweikhardt2001-06-131-4/+24
* Back out my changes describing how snprintf nul terminates. ItWarner Losh2001-06-051-9/+11
* Minor improvements:Warner Losh2001-06-051-15/+29
* Correct the documentation for snprintf() and vsprintf() which actuallyGregory Neil Shapiro2001-05-301-1/+12
* Add warnings about trusting user-supplied data.Eric Melville2001-05-251-0/+14
* mdoc(7) police: fix markup.Ruslan Ermilov2001-04-181-2/+6
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
* mdoc(7) police: mark LC_NUMERIC with .Dv.Ruslan Ermilov2001-02-101-1/+2
* Note that decimal point taken from locale (SUSv2)Andrey A. Chernov2001-02-101-0/+3
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
* Make it a bit clearer that asprintf doesn't actually "return" a pointer inBen Smithurst2001-01-011-4/+3
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-291-1/+1
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-1/+0
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* Remove more single-space hard sentence breaks.Sheldon Hearn2000-03-021-1/+2
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-021-1/+2
* We no longer care about the VAX and Tahoe compilers :-)Kris Kennaway2000-01-171-6/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed missing "G" in the list item for the main description of %g andBruce Evans1999-08-081-2/+2
* asprintf() does use realloc() internally, but saying so in the manpage can beTim Vanderhoek1999-07-251-4/+2
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Replace my original asprintf() and vasprintf() hacks with somethingPeter Wemm1998-07-081-10/+6
* Spelling corrections.Joseph Koshy1998-06-061-1/+1
* FIxed arg types (mostly missing consts) in synopsis.Bruce Evans1997-03-191-1/+1
* The following patch to lib/libc/stdio implements positional arguments inJordan K. Hubbard1997-01-141-0/+14
* Update some more man pages to use the .Fx macro.Mike Pritchard1996-08-211-1/+1