diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-06-05 17:24:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2011-06-05 17:24:16 +0000 |
commit | 39262a39a455cabe1f3ea6a03c5942f2bec6ab6d (patch) | |
tree | 644ca6c39a92765015be7c1ff9e773c33e43db1f /share/man/man7 | |
parent | 44e2d3c808e39707533afd5cda82710f86c4a6c2 (diff) |
fix a formatting error, as reported by Mikolaj Kucharski;
ingo will sync upstream
Diffstat (limited to 'share/man/man7')
-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 09fd717c2d8..aa8e0d4b8dc 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.68 2011/05/16 16:39:52 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.69 2011/06/05 17:24:15 jmc Exp $ .\" .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> .\" Copyright (c) 2010 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 16 2011 $ +.Dd $Mdocdate: June 5 2011 $ .Dt MDOC 7 .Os .Sh NAME @@ -40,7 +40,7 @@ An .Nm document follows simple rules: lines beginning with the control character -.Sq \. +.Sq \&. are parsed for macros. Other lines are interpreted within the scope of prior macros: |