diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 11:21:39 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 11:21:39 +0000 |
commit | 3c5734925c52ae38922a5f660600de0e47c5d4c2 (patch) | |
tree | dcbc18d3456f94b3f6b0277be23116b7a8351fbb /mdoc.7 | |
parent | 8dd3b9f7294348a23cb6fb0fbc2bd134814f554f (diff) | |
download | mandoc-3c5734925c52ae38922a5f660600de0e47c5d4c2.tar.gz |
Suppress whitespace following Pp, Lp, sp, and the other newline-emitting
macros within an unfilled or literal `Bd'.
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1076,7 +1076,8 @@ implementations render it poorly. Left- and right-justify the block. .It Fl literal Do not justify the block at all. -Preserve white space as it appears in the input. +Preserve white space and newlines as they appear in the input, including +if it follows a macro. .It Fl ragged Only left-justify the block. .It Fl unfilled |