summaryrefslogtreecommitdiff
path: root/etc/MAKEDEV.man
AgeCommit message (Collapse)Author
2009-03-18the ellipsis is not an optional argument.Igor Sobrado
ok miod@
2009-02-06Use $Mdocdate$ instead of date(1).Alexander Yurchenko
ok miod@
2009-01-25Remove /dev/drum and related code.Miod Vallat
2008-06-16build MAKEDEV.8's conditionally upon more than just rcsid changes alsoTodd T. Fries
2004-03-12End the last device section list with .El; jmcMiod Vallat
2004-02-20MAKEDEV.8 improvement pack:Miod Vallat
- refer to the section 4 manual page for every device target, whenever possible - repair a few minor quoting errors - repair a few sorting errors - fix a few device descriptions (ideally they would be synched with the .Nd line of their manpages, but we are not there... yet) - minor mdoc fixes Thanks to jmc@ for review and a lot of constructive criticism.
2004-02-16Introduce MAKEDEV.man*, an equivalent of MAKEDEV.mi and MAKEDEV.subMiod Vallat
designed to output mdoc rather than shell script, and use them to produce much better MAKEDEV.8 manual pages. Note that MAKEDEV.man relies upon BSD m4 behaviour, which all m4 binaries might not follow. mdoc help and comments jmc@, disabused ok deraadt@