summaryrefslogtreecommitdiffstats
path: root/mdoc.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 09:26:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-05-26 09:26:16 +0000
commit4b1ca02b9a9143c6c456632f7853d28bcf8bd38c (patch)
tree328ef73e8e0557c8f32e5b180789e9d560a6bd56 /mdoc.7
parentd3d4c18faefb1af859eae78c494eba84bd618743 (diff)
downloadmandoc-4b1ca02b9a9143c6c456632f7853d28bcf8bd38c.tar.gz
Noticed that our skeleton mdoc.7 had lower-case `Dt'. Fixed and added
some language for clarity.
Diffstat (limited to 'mdoc.7')
-rw-r--r--mdoc.79
1 files changed, 5 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index aa2579df..2669d66e 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -296,19 +296,20 @@ sections, although this varies between manual sections.
.Pp
The following is a well-formed skeleton
.Nm
-file:
+file for a utility
+.Qq progname :
.Bd -literal -offset indent
\&.Dd $\&Mdocdate$
-\&.Dt mdoc 7
+\&.Dt PROGNAME section
\&.Os
\&.Sh NAME
-\&.Nm foo
+\&.Nm progname
\&.Nd a description goes here
\&.\e\*q .Sh LIBRARY
\&.\e\*q For sections 2, 3, & 9 only.
\&.\e\*q Not used in OpenBSD.
\&.Sh SYNOPSIS
-\&.Nm foo
+\&.Nm progname
\&.Op Fl options
\&.Ar
\&.Sh DESCRIPTION