diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-02 12:01:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-06-02 12:01:00 +0000 |
commit | a101b1f81e1c47960a700d0827125c765f47544f (patch) | |
tree | afe3ea01454bcf547da7b5b0698da8e20a715aba /mdoc.template | |
parent | 1305f729aa35d8b06f15640b9871682337186f2f (diff) | |
download | mandoc-a101b1f81e1c47960a700d0827125c765f47544f.tar.gz |
Strip empty-line markers from mdoc.template and its mdoc.7 embedded form
(as per Jason McIntyre's suggestion for manuals in general).
Diffstat (limited to 'mdoc.template')
-rw-r--r-- | mdoc.template | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc.template b/mdoc.template index 1edac2ec..034304a4 100644 --- a/mdoc.template +++ b/mdoc.template @@ -10,7 +10,6 @@ .Dd $\&Mdocdate$ .Dt title section .Os -. .Sh NAME .Nm name .Nd short description |