source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: even though .Bl is not callable, groff complains when it appears
@ 2011-09-27 21:49 schwarze
  0 siblings, 0 replies; only message in thread
From: schwarze @ 2011-09-27 21:49 UTC (permalink / raw)
  To: source

Log Message:
-----------
even though .Bl is not callable, groff complains when it appears
unescaped on a macro line, so lets just escape it;
noticed by jmc@

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.211
retrieving revision 1.212
diff -Lmdoc.7 -Lmdoc.7 -u -p -r1.211 -r1.212
--- mdoc.7
+++ mdoc.7
@@ -449,7 +449,7 @@ in the alphabetical
 .Op Fl offset Ar val
 .Op Fl compact
 .It Sx \&It Ta list item (syntax depends on Fl Ar type )
-.It Sx \&Ta Ta table cell separator in Sx Bl Fl column No lists
+.It Sx \&Ta Ta table cell separator in Sx \&Bl Fl column No lists
 .It Sx \&Rs , \&%* , \&Re Ta bibliographic block (references)
 .El
 .Ss Spacing control
--
 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-09-27 21:49 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-27 21:49 mdocml: even though .Bl is not callable, groff complains when it appears 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).