From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from krisdoz.my.domain (kristaps@localhost [127.0.0.1]) by krisdoz.my.domain (8.14.3/8.14.3) with ESMTP id o84HMgLU026847 for ; Sat, 4 Sep 2010 13:22:42 -0400 (EDT) Received: (from kristaps@localhost) by krisdoz.my.domain (8.14.3/8.14.3/Submit) id o84HMfll020342; Sat, 4 Sep 2010 13:22:41 -0400 (EDT) Date: Sat, 4 Sep 2010 13:22:41 -0400 (EDT) Message-Id: <201009041722.o84HMfll020342@krisdoz.my.domain> X-Mailinglist: mdocml-source Reply-To: source@mdocml.bsd.lv MIME-Version: 1.0 From: kristaps@mdocml.bsd.lv To: source@mdocml.bsd.lv Subject: mdocml: Clarified EXIT STATUS sections. X-Mailer: activitymail 1.26, http://search.cpan.org/dist/activitymail/ Content-Type: text/plain; charset=utf-8 Log Message: ----------- Clarified EXIT STATUS sections. Discussed among schwarze@, Thomas, and Jason. Patch by Jason. Modified Files: -------------- mdocml: man.7 mdoc.7 mdoc.template Revision Data ------------- Index: mdoc.template =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.template,v retrieving revision 1.8 retrieving revision 1.9 diff -Lmdoc.template -Lmdoc.template -u -p -r1.8 -r1.9 --- mdoc.template +++ 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 Index: man.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/man.7,v retrieving revision 1.87 retrieving revision 1.88 diff -Lman.7 -Lman.7 -u -p -r1.87 -r1.88 --- man.7 +++ 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. Index: mdoc.7 =================================================================== RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v retrieving revision 1.157 retrieving revision 1.158 diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.157 -r1.158 --- mdoc.7 +++ 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. -- To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv