diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-17 11:57:07 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-04-17 11:57:07 +0000 |
commit | c57a73f064609dc98417c026cdb283aaf36c58a3 (patch) | |
tree | a26e75089edae1e510d06d6f5705db27f1293a02 /mdoc.7 | |
parent | 0032b14580c9541acf18a121f4fbb37f17ac57ea (diff) | |
download | mandoc-c57a73f064609dc98417c026cdb283aaf36c58a3.tar.gz |
The semantics of .Bk was described incorrectly
for the case of multiple sibling macros on a single input line.
Issue found investigating a question from sobrado@.
"I like this diff" kristaps@
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1176,8 +1176,9 @@ See also and .Sx \&Sy . .Ss \&Bk -Keep the output generated from each macro input line together -on one single output line. +For each macro, keep its output together on the same output line, +until the end of the macro or the end of the input line is reached, +whichever comes first. Line breaks in text lines are unaffected. The syntax is as follows: .Pp |