diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 17:22:41 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-04 17:22:41 +0000 |
commit | 828f159f2ec0d034e7512b9ea38ae48fd02f433b (patch) | |
tree | 5f96c6a4dad6cd800dde0f1797809756c62b685e /mdoc.template | |
parent | 5696b7afc6b470e48cc24a9c34fa2c4a29179e97 (diff) | |
download | mandoc-828f159f2ec0d034e7512b9ea38ae48fd02f433b.tar.gz |
Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and
Jason. Patch by Jason.
Diffstat (limited to 'mdoc.template')
-rw-r--r-- | mdoc.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc.template b/mdoc.template index ba39fcce..f1b406ef 100644 --- a/mdoc.template +++ b/mdoc.template @@ -25,7 +25,7 @@ .\" For sections 1, 6, 7 & 8 only. .\" .Sh FILES .\" .Sh EXIT STATUS -.\" For sections 1 & 8 only. +.\" For sections 1, 6 & 8 only. .\" .Sh EXAMPLES .\" .Sh DIAGNOSTICS .\" For sections 1, 4, 6, 7, & 8 only |