source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: The semantics of .Bk was described incorrectly  for the case of
@ 2011-04-17 11:57 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2011-04-17 11:57 UTC (permalink / raw)
  To: source

Log Message:
-----------
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@

Modified Files:
--------------
    mdocml:
        mdoc.7

Revision Data
-------------
Index: mdoc.7
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/mdoc.7,v
retrieving revision 1.185
retrieving revision 1.186
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.185 -r1.186
--- mdoc.7
+++ 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
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-17 11:57 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-17 11:57 mdocml: The semantics of .Bk was described incorrectly for the case of schwarze

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).