From d65975f0a85e97255bd31efb11045f41afc5949f Mon Sep 17 00:00:00 2001 From: Ruslan Ermilov Date: Sun, 16 Jan 2005 22:26:05 +0000 Subject: [PATCH] Document the new EXIT STATUS section. --- share/misc/mdoc.template | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 53b402192c4..1ecacfc7909 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -18,9 +18,12 @@ .\" This next request is for sections 1, 6, 7 and 8 only. .\" .Sh ENVIRONMENT .\" .Sh FILES +.\" This next request is for sections 1, 6, 7 and 8 only +.\" (command return values (to shell)). +.\" .Sh EXIT STATUS .\" .Sh EXAMPLES .\" This next request is for sections 1, 6, 7, 8 and 9 only -.\" (command return values (to shell) and fprintf/stderr type diagnostics). +.\" (fprintf/stderr type diagnostics). .\" .Sh DIAGNOSTICS .\" .Sh COMPATIBILITY .\" This next request is for sections 2, 3 and 9 error and signal handling only.