summaryrefslogtreecommitdiffstats
path: root/share/man/man9/autoconf.9 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* apply some consistency with other manpages.dlg2018-04-181-21/+19
| | | | | | | | move all the function prototypes to the SYNOPSIS section, rather than having them underneath sections later in the page. make those sections subheaders rather than full section headers while im here. ok schwarze@
* Replace mountroothook_establish(9) by config_mountroot(9) a narrower APImpi2015-12-111-18/+3
| | | | | | similar to config_defer(9). ok mikeb@, deraadt@
* add missing NAME entries;jmc2015-11-231-4/+9
| | | | feedback/ok schwarze
* What would you use config_init() for?mpi2014-07-131-10/+1
|
* Split config_attach/detach(9) from autoconf(9). Stop talking aboutmpi2014-07-131-64/+4
| | | | | config_deactivate(9), it should die. Mention config_detach_children(9). Use CONTEXT and RETURN VALUES sections
* No need to talk about config_activate(), we don't have it anymore.mpi2014-07-101-14/+3
|
* 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.
* 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@
* sleep(9) was removed aeons ago according to miod, so remove referencesmk2007-09-141-3/+3
| | | | | | | | to it. Because man pages are named after functions (at least they should be) and sleep(9) doesn't exist anymore, sleep.9 is renamed to tsleep.9. Input and reminders from jmc and ratchov.
* convert to new .Dd format;jmc2007-05-311-2/+2
|
* prefer `buses' to `busses' for the noun plural;jmc2006-10-281-2/+2
|
* some improvements from Jared Yanovich;jmc2004-02-141-18/+19
|
* add some includes, from Patrick Latifi via jmc@tedu2003-08-291-1/+2
|
* - section reorderjmc2003-06-061-3/+2
| | | | | | - macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
* .Xr's for section9:jmc2003-03-081-2/+2
| | | | | | | | | | - MLINKS for uvm stuff - MLINK vgone.9 vgonel.9 - typos - fixed SYNOPSIS of extattr(9) lots of help from miod and art ok miod@ art@
* Time to cleanup:mpech2002-11-081-2/+1
| | | | | | | | | | | | | o) start new sentence on a new line; o) wrap long lines; o) don't use .Pp before/after .Sh, .Ss; o) OpenBSD -> .Ox; o) typos; o) close .Rs; o) use space between arguments in tag, for example: .Xr blabla ) . miod@ ok
* Document the device autoconfiguration framework;wcobb2002-08-271-0/+351
from NetBSD with some modifications. ok art@