]> git.cameronkatri.com Git - mandoc.git/commitdiff
The semantics of .Bk was described incorrectly
authorIngo Schwarze <schwarze@openbsd.org>
Sun, 17 Apr 2011 11:57:07 +0000 (11:57 +0000)
committerIngo Schwarze <schwarze@openbsd.org>
Sun, 17 Apr 2011 11:57:07 +0000 (11:57 +0000)
for the case of multiple sibling macros on a single input line.
Issue found investigating a question from sobrado@.
"I like this diff" kristaps@

mdoc.7

diff --git a/mdoc.7 b/mdoc.7
index 5a108d5b7652d827b4c5114a31c28583a25bff6f..f712d450573ec1bad29c1d5267298743d0238a4e 100644 (file)
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\"    $Id: mdoc.7,v 1.185 2011/04/06 11:39:25 kristaps Exp $
+.\"    $Id: mdoc.7,v 1.186 2011/04/17 11:57:07 schwarze Exp $
 .\"
 .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
 .\" Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -15,7 +15,7 @@
 .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
 .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 .\"
-.Dd $Mdocdate: April 6 2011 $
+.Dd $Mdocdate: April 17 2011 $
 .Dt MDOC 7
 .Os
 .Sh NAME
@@ -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