summaryrefslogtreecommitdiffstats
path: root/share/misc/mdoc.template (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sh CONTEXTdlg2014-03-311-1/+3
| | | | requested by schwartz@
* After Werner Lemberg accepted and committed some updates to the manualschwarze2014-02-161-5/+5
| | | | | | page template contained in groff_mdoc(7), catch up with our own stuff. In particular, allow ERRORS in section 4 and DIAGNOSTICS in section 9. ok jmc@
* add default license to mdoc.template. ok deraadt iantedu2012-09-061-1/+15
| | | | while here, change CCYY to YYYY
* EXIT STATUS is allowed for section 6 pages too (even though none of ourjmc2010-09-041-2/+2
| | | | section 6 pages currently contain this information);
* this diff does two things (usually a bad sign):jmc2010-08-311-5/+7
| | | | | | | | - note which section headings (.Sh) are not used by openbsd - move the description of the section heading to under the heading, rather than before it: a much more logical way to read diffs mailed upstream...
* document new .Dd format;jmc2007-05-311-2/+4
|
* note that section 9 pages may use RETURN VALUES and ERRORS;jmc2004-07-021-4/+4
| | | | | | | note that section 1/6/8 pages may use DIAGNOSTICS; from discussion w/ jared yanovich; ok millert@
* correct the example SYNOPSIS;jmc2003-07-161-2/+2
| | | | ok marc@ deraadt@
* sync docs to agree on section header (.Sh) order for man pages. This alsojmc2003-05-291-10/+9
| | | | | | | | | | | | | | | | | | | | | | | | 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@
* $OpenBSD$niklas2001-02-031-0/+2
|
* Add COMPATIBILITY section definition.aaron2000-11-101-0/+1
|
* Fix up mdoc section header descriptions to more accurately reflect howaaron2000-11-081-10/+10
| | | | man pages should be laid out in OpenBSD.
* Flesh out the template a bit (ok aaron).ian1999-12-051-2/+12
|
* fix conflict between mdoc(7) and mdoc.samples(7): the proper order for theaaron1999-07-061-1/+1
| | | | | introductory macros is .Dd/.Dt/.Os, not .Dd/.Os/.Dt (based on the fact over 90% of the man pages use the former)
* initial import of NetBSD treederaadt1995-10-181-0/+24