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 | |
parent | 5696b7afc6b470e48cc24a9c34fa2c4a29179e97 (diff) | |
download | mandoc-828f159f2ec0d034e7512b9ea38ae48fd02f433b.tar.gz |
Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and
Jason. Patch by Jason.
-rw-r--r-- | man.7 | 2 | ||||
-rw-r--r-- | mdoc.7 | 2 | ||||
-rw-r--r-- | mdoc.template | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -233,7 +233,7 @@ The \efBfoo\efR utility processes files... \&.\e\*q For sections 1, 6, 7, & 8 only. \&.\e\*q .SH FILES \&.\e\*q .SH EXIT STATUS -\&.\e\*q For sections 1 & 8 only. +\&.\e\*q For sections 1, 6 & 8 only. \&.\e\*q .SH EXAMPLES \&.\e\*q .SH DIAGNOSTICS \&.\e\*q For sections 1, 4, 6, 7, & 8 only. @@ -349,7 +349,7 @@ utility processes files ... \&.\e\*q For sections 1, 6, 7, & 8 only. \&.\e\*q .Sh FILES \&.\e\*q .Sh EXIT STATUS -\&.\e\*q For sections 1 & 8 only. +\&.\e\*q For sections 1, 6 & 8 only. \&.\e\*q .Sh EXAMPLES \&.\e\*q .Sh DIAGNOSTICS \&.\e\*q For sections 1, 4, 6, 7, & 8 only. 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 |