summaryrefslogtreecommitdiff
path: root/share/man/man9/autoconf.9
AgeCommit message (Collapse)Author
2004-02-14some improvements from Jared Yanovich;Jason McIntyre
2003-08-29add some includes, from Patrick Latifi via jmc@Ted Unangst
2003-06-06- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - use .Ox for OpenBSD, .Fx for FreeBSD
2003-03-08.Xr's for section9:Jason McIntyre
- 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@
2002-11-08Time to cleanup:Mike Pechkin
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
2002-08-27Document the device autoconfiguration framework;Wilbern Cobb
from NetBSD with some modifications. ok art@