diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-27 21:47:55 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2011-09-27 21:47:55 +0000 |
commit | f92b044711b5becf1dc2be34bb919dc1aa331172 (patch) | |
tree | b2c2954c5fe096685c6dab5bbe5777c3b519a94e | |
parent | 835fa87053748b9bb07c597d4b8db023e2ce1731 (diff) |
even though .Bl is not callable, groff complains when it appears
unescaped on a macro line, so lets just escape it;
noticed by jmc@
-rw-r--r-- | share/man/man7/mdoc.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 3d790164ea3..519412bface 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.88 2011/09/26 23:07:20 schwarze Exp $ +.\" $OpenBSD: mdoc.7,v 1.89 2011/09/27 21:47:54 schwarze Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011 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: September 26 2011 $ +.Dd $Mdocdate: September 27 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -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 |