summaryrefslogtreecommitdiffstats
path: root/share/man/man9/printf.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Replace old-fashioned .Fd by new-fangled .In for #include lines.schwarze2013-06-041-4/+4
| | | | | Diff from Jan Klemkow <j dot klemkow at wemelug dot de> on tech@. No objection from jmc@ against this type of change.
* Sync with reality: remove %r and %z which have been removed quite some timemiod2011-09-191-20/+32
| | | | ago, and mention %hh, %j and %t are not supported.
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-9/+2
| | | | | | | | | Not sure what's more surprising: how long it took for NetBSD to catch up to the rest of the BSDs (including UCB), or the amount of code that NetBSD has claimed for itself without attributing to the actual authors. OK deraadt@
* Sync return value section with reality.moritz2007-06-011-7/+15
| | | | ok jmc@, "love it" deraadt@
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* put "CODE REFERENCES" before "SEE ALSO" for consistencyjasper2007-04-031-3/+3
| | | | ok jmc@
* printf(9) %b is not limited to 32 bits or less... document it.jason2007-01-261-7/+12
|
* list/display fixes, and whitespace;jmc2004-04-161-2/+1
|
* Kill non-standard kernel printf %: braindead extension for good.miod2003-12-211-25/+1
| | | | ok markus@ drahn@
* printf returns int now. also remove obsolete commenttedu2003-06-131-6/+6
|
* add vsnprintf. ok deraadt@tedu2003-06-111-3/+14
|
* no more strcpy, strcat. sprintf -> snprintf. ok deraadt@tedu2003-06-111-5/+6
|
* date should be written formally: .Dd Month day, yeardavid2003-03-061-2/+2
| | | | | also fixes a few misspellings of the month ok henning@ jmc@
* there is no tprintfderaadt2001-07-311-3/+2
|
* General man page cleanups, mostly to remove trailing whitespace, hardaaron2000-10-121-14/+15
| | | | sentence breaks, and other such things.
* rcsids where missingmickey2000-04-261-0/+1
|
* REVERT TO PREVIOUS STATE OF AFFAIR.espie1999-09-221-1/+0
| | | | | | | | | | | | If those pages are different from the NetBSD version, maybe there's a reason ? Like, possibly, I just read our source code, which just happens to do things in DIFFERENT ways than NetBSD does ? As far as the added pages go, they obviously haven't been checked against actual code as well, hence they're worse than useless, since a large part of the information is definitely misleading.
* Add/update some man9 pages from NetBSDcsapuntz1999-09-221-0/+1
|
* New man pages, adapted from NetBSD.espie1999-09-051-0/+234
Add corresponding cross-references. Missed some uses of .Dv.