diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-22 21:19:34 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-22 21:19:34 +0000 |
commit | b3abf1d9e473d326d2a09cdee5eda0bb4f0234ce (patch) | |
tree | 846eeec361a67ef63646a51b2548cbf3e8db26bf /manuals.7 | |
parent | f7595e06b7d68d999e7b45df820581b5b95f1b30 (diff) | |
download | mandoc-b3abf1d9e473d326d2a09cdee5eda0bb4f0234ce.tar.gz |
Fixed Bd -compact.
Fixed vspace before Bd and Bl.
Diffstat (limited to 'manuals.7')
-rw-r--r-- | manuals.7 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -72,7 +72,8 @@ to see the specific section manual (section 1, in this example): .\" DISPLAY .Bd -literal -offset indent % apropos myname -myname (1) - some description here +myname (1) - utility description +myname (3) - library description % man \-s 1 myname .Ed .\" SUBSECTION @@ -229,7 +230,7 @@ publications, please use the block macros. .\" SUBSECTION .Ss Formatting -.Em Don't style your manual. +.Em Don't style your manual. Give it meaningful content. The front-end will worry about formatting and style. .\" SECTION |