summaryrefslogtreecommitdiffstats
path: root/share/man/man9/dohooks.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.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* add some includes, from Patrick Latifi via jmc@tedu2003-08-291-1/+2
|
* Document the API change.art2002-07-121-2/+15
|
* cleanups. typo.mpech2001-07-281-2/+2
| | | | niklas@ ok.
* Startup hooks. Can be used for providing root/swap devices from deviceniklas2001-07-271-0/+60
systems which want configuration to finish late, like I2O. Implemented via a general hooks mechanism which the shutdown hooks have been converted to use as well. It even has manpages!