summaryrefslogtreecommitdiff
path: root/share/misc/mdoc.template
AgeCommit message (Collapse)Author
2004-07-02note that section 9 pages may use RETURN VALUES and ERRORS;Jason McIntyre
note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@
2003-07-16correct the example SYNOPSIS;Jason McIntyre
ok marc@ deraadt@
2003-05-29sync docs to agree on section header (.Sh) order for man pages. This alsoJason McIntyre
matches order used by NetBSD, though we don't use all their sections. Order is: NAME SYNOPSIS DESCRIPTION RETURN VALUES ENVIRONMENT FILES EXAMPLES DIAGNOSTICS ERRORS SEE ALSO STANDARDS HISTORY AUTHORS CAVEATS BUGS ok krw@ millert@
2001-02-03$OpenBSD$Niklas Hallqvist
2000-11-10Add COMPATIBILITY section definition.Aaron Campbell
2000-11-08Fix up mdoc section header descriptions to more accurately reflect howAaron Campbell
man pages should be laid out in OpenBSD.
1999-12-05Flesh out the template a bit (ok aaron).Ian Darwin
1999-07-06fix conflict between mdoc(7) and mdoc.samples(7): the proper order for theAaron Campbell
introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former)
1995-10-18initial import of NetBSD treeTheo de Raadt