diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-05-12 10:59:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-05-12 10:59:44 +0000 |
commit | 456cd6523bad9f9e054eb9c6008650385861abef (patch) | |
tree | dcb3cfd826215e2dc3dd5b47f72505cca9d5014b /share | |
parent | ef4a6c626ff3f167680a20bb890479d2383e2ec5 (diff) |
fix broken escape; ok schwarze
Diffstat (limited to 'share')
-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 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 <kristaps@bsd.lv> .\" Copyright (c) 2010, 2011, 2013-2020 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: 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 |