summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2011-04-17 11:57:07 +0000
committerIngo Schwarze <schwarze@openbsd.org>2011-04-17 11:57:07 +0000
commitc57a73f064609dc98417c026cdb283aaf36c58a3 (patch)
treea26e75089edae1e510d06d6f5705db27f1293a02
parent0032b14580c9541acf18a121f4fbb37f17ac57ea (diff)
downloadmandoc-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@
-rw-r--r--mdoc.75
1 files changed, 3 insertions, 2 deletions
diff --git a/mdoc.7 b/mdoc.7
index 3322c1d8..f631e240 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -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