diff options
author | 2010-09-19 13:18:26 +0000 | |
---|---|---|
committer | 2010-09-19 13:18:26 +0000 | |
commit | 176dead77e6b5773791d819c971f7e9e02a56bc5 (patch) | |
tree | 17513dbe4e41fcba6c9a77cd72d6b690f2214df3 /share/man/man7/mdoc.samples.7 | |
parent | - put the Os macro in the correct place (diff) | |
download | wireguard-openbsd-176dead77e6b5773791d819c971f7e9e02a56bc5.tar.xz wireguard-openbsd-176dead77e6b5773791d819c971f7e9e02a56bc5.zip |
fix some unbalanced quoting;
Diffstat (limited to 'share/man/man7/mdoc.samples.7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index ed8854c9293..6ef2e45cb3d 100644 --- a/share/man/man7/mdoc.samples.7 +++ b/share/man/man7/mdoc.samples.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.samples.7,v 1.88 2010/08/03 23:06:02 schwarze Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.89 2010/09/19 13:18:26 jmc Exp $ .\" $NetBSD: mdoc.samples.7,v 1.5 1996/04/03 20:17:34 jtc Exp $ .\" .\" Copyright (c) 1990, 1993 @@ -34,7 +34,7 @@ .\" times and is guaranteed to give a worst case performance .\" for an already extremely slow package. .\" -.Dd $Mdocdate: August 3 2010 $ +.Dd $Mdocdate: September 19 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -2002,7 +2002,7 @@ Examples of quoting: .Qq string Ns ), .It Li \&.Sq .Sq -.It Li "\&.Sq string +.It Li "\&.Sq string" .Sq string .El .Pp |