From: jmc Date: Wed, 12 May 2021 10:59:43 +0000 (+0000) Subject: fix broken escape; ok schwarze X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=af8a9a31f3d963db08de5352c81fd522c49c4e79;p=openbsd fix broken escape; ok schwarze --- diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index 237416811f1..8e123bee00a 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.175 2021/05/01 16:11:10 visa Exp $ +.\" $OpenBSD: mdoc.7,v 1.176 2021/05/12 10:59:43 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons .\" Copyright (c) 2010, 2011, 2013-2020 Ingo Schwarze @@ -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: May 1 2021 $ +.Dd $Mdocdate: May 12 2021 $ .Dt MDOC 7 .Os .Sh NAME @@ -2739,7 +2739,7 @@ column, if applicable, describes closure rules. .Ss Block full-explicit Multi-line scope closed by an explicit closing macro. All macros contains bodies; only -.Ic \s&Bf +.Ic \&Bf and .Pq optionally .Ic \&Bl