diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-27 21:49:23 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2011-09-27 21:49:23 +0000 |
commit | 526ee79c7b3f3fc11db222610a0c82719f58af58 (patch) | |
tree | f7378154736b82eb9bc4d23a5e6ff6d642f77a13 /mdoc.7 | |
parent | 0229ff092ed76cde7c93853b2197e5038bba0018 (diff) | |
download | mandoc-526ee79c7b3f3fc11db222610a0c82719f58af58.tar.gz |
even though .Bl is not callable, groff complains when it appears
unescaped on a macro line, so lets just escape it;
noticed by jmc@
Diffstat (limited to 'mdoc.7')
-rw-r--r-- | mdoc.7 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |