Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace old-fashioned .Fd by new-fangled .In for #include lines. | 2013-06-04 | 1 | -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 time | 2011-09-19 | 1 | -20/+32 | |
| | | | | ago, and mention %hh, %j and %t are not supported. | ||||
* | First pass at removing clauses 3 and 4 from NetBSD licenses. | 2008-06-26 | 1 | -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. | 2007-06-01 | 1 | -7/+15 | |
| | | | | ok jmc@, "love it" deraadt@ | ||||
* | convert to new .Dd format; | 2007-05-31 | 1 | -2/+2 | |
| | |||||
* | put "CODE REFERENCES" before "SEE ALSO" for consistency | 2007-04-03 | 1 | -3/+3 | |
| | | | | ok jmc@ | ||||
* | printf(9) %b is not limited to 32 bits or less... document it. | 2007-01-26 | 1 | -7/+12 | |
| | |||||
* | list/display fixes, and whitespace; | 2004-04-16 | 1 | -2/+1 | |
| | |||||
* | Kill non-standard kernel printf %: braindead extension for good. | 2003-12-21 | 1 | -25/+1 | |
| | | | | ok markus@ drahn@ | ||||
* | printf returns int now. also remove obsolete comment | 2003-06-13 | 1 | -6/+6 | |
| | |||||
* | add vsnprintf. ok deraadt@ | 2003-06-11 | 1 | -3/+14 | |
| | |||||
* | no more strcpy, strcat. sprintf -> snprintf. ok deraadt@ | 2003-06-11 | 1 | -5/+6 | |
| | |||||
* | date should be written formally: .Dd Month day, year | 2003-03-06 | 1 | -2/+2 | |
| | | | | | also fixes a few misspellings of the month ok henning@ jmc@ | ||||
* | there is no tprintf | 2001-07-31 | 1 | -3/+2 | |
| | |||||
* | General man page cleanups, mostly to remove trailing whitespace, hard | 2000-10-12 | 1 | -14/+15 | |
| | | | | sentence breaks, and other such things. | ||||
* | rcsids where missing | 2000-04-26 | 1 | -0/+1 | |
| | |||||
* | REVERT TO PREVIOUS STATE OF AFFAIR. | 1999-09-22 | 1 | -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 NetBSD | 1999-09-22 | 1 | -0/+1 | |
| | |||||
* | New man pages, adapted from NetBSD. | 1999-09-05 | 1 | -0/+234 | |
Add corresponding cross-references. Missed some uses of .Dv. |