aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.7
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
commit98ab5e407b0421f31fd38030d72fcf59c98a2f05 (patch)
tree475ac8cb68d80e7aef5f884575118b77900c998b /mdoc.7
parenta65ded6f88a5566586477092a6edb7f254de0347 (diff)
downloadmandoc-98ab5e407b0421f31fd38030d72fcf59c98a2f05.tar.gz
mandoc-98ab5e407b0421f31fd38030d72fcf59c98a2f05.tar.zst
mandoc-98ab5e407b0421f31fd38030d72fcf59c98a2f05.zip
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.79
1 files changed, 5 insertions, 4 deletions
diff --git a/mdoc.7 b/mdoc.7
index 5a108d5b..f712d450 100644
--- 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