From 828f159f2ec0d034e7512b9ea38ae48fd02f433b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 4 Sep 2010 17:22:41 +0000 Subject: Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and Jason. Patch by Jason. --- man.7 | 2 +- mdoc.7 | 2 +- mdoc.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man.7 b/man.7 index 75eaffe4..2edc0cbb 100644 --- a/man.7 +++ b/man.7 @@ -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. diff --git a/mdoc.7 b/mdoc.7 index 7cb57bf1..8d402ccb 100644 --- a/mdoc.7 +++ b/mdoc.7 @@ -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 -- cgit