diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2010-08-06 17:07:11 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2010-08-06 17:07:11 +0000 |
commit | e4a8dc05c8522fd133de544ffffeba8f86c634ab (patch) | |
tree | 1d84218fd78df1e71fcdd6c2dc92de2933d36c3b | |
parent | 5703727c0c5b5917be3a184486e2073f77c71a25 (diff) | |
download | mandoc-e4a8dc05c8522fd133de544ffffeba8f86c634ab.tar.gz |
merge from OpenBSD:
- HISTORY is interesting even when there are STANDARDS
- more precise instructions what to put into AUTHORS
- add the version argument to the mdoc(7) .Os macro
-rw-r--r-- | man.7 | 6 | ||||
-rw-r--r-- | mdoc.7 | 8 |
2 files changed, 5 insertions, 9 deletions
@@ -338,11 +338,9 @@ If not adhering to any standards, the .Em HISTORY section should be used. .It Em HISTORY -The history of any manual without a -.Em STANDARDS -section should be described in this section. +A brief history of the subject, including where support first appeared. .It Em AUTHORS -Credits to authors, if applicable, should appear in this section. +Credits to the person or persons who wrote the code and/or documentation. Authors should generally be noted by both name and email address. .It Em CAVEATS Common misuses and misunderstandings should be explained @@ -560,11 +560,9 @@ section should be used instead. See .Sx \&St . .It Em HISTORY -The history of any manual without a -.Em STANDARDS -section should be described in this section. +A brief history of the subject, including where support first appeared. .It Em AUTHORS -Credits to authors, if applicable, should appear in this section. +Credits to the person or persons who wrote the code and/or documentation. Authors should generally be noted by both name and email address. .Pp See @@ -2257,7 +2255,7 @@ any file. Its syntax is as follows: .Pp -.D1 Pf \. Sx \&Os Op Cm system +.D1 Pf \. Sx \&Os Op Cm system Op Cm version .Pp The optional .Cm system |