diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-15 23:33:19 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1996-12-15 23:33:19 +0000 |
| commit | 0df291ee25a63dd7ded271dc5e6c9232a1d644ea (patch) | |
| tree | 0185e5f557ee2db867c900d5316175af051a9114 /share/misc | |
| parent | d44022652e11b428546647cbddadabed6be644fc (diff) | |
Notes
Diffstat (limited to 'share/misc')
| -rw-r--r-- | share/misc/mdoc.template | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index 4ced1aed6310..287a2c709cfe 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -1,8 +1,10 @@ .\" The following requests are required for all man pages. .Dd DATE .Os -.Dt DOCUMENT_TITLE +.Dt DOCUMENT_TITLE MANUAL_SECTION# .Sh NAME +.Nm name +.Nd one line description of name .Sh SYNOPSIS .Sh DESCRIPTION .\" The following requests should be uncommented and used where appropriate. |
