diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-03 16:10:24 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-07-03 16:10:24 +0000 |
commit | c52b0c29e995b9a0c76bfb107e4e8ebe720ae243 (patch) | |
tree | 2d8ebf5afd92cc2620793766d728507554d3654f /share/man/man7 | |
parent | 2f67ad630f9663c8b0396b020057b985d1b36011 (diff) |
Add a quick hack to fix the display of reserved characters,
using the mandoc(1) .ds implementation just committed.
Note this is not compatible with our old in-tree groff
and only barely compatible with modern groff, but right now,
it is most important to get correct formatting for the
release; all he rest can be fixed up later.
Diffstat (limited to 'share/man/man7')
-rw-r--r-- | share/man/man7/mdoc.samples.7 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man7/mdoc.samples.7 b/share/man/man7/mdoc.samples.7 index badf419502f..04c3ab06c99 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.86 2010/03/26 19:30:40 jmc Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.87 2010/07/03 16:10:23 schwarze 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: March 26 2010 $ +.Dd $Mdocdate: July 3 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -43,6 +43,7 @@ .Ox manuals with .Nm \-mdoc +.ds Pu {. , ; : ? ! ( ) [ ]} .Sh SYNOPSIS .Nm nroff .Fl T Ns Ar Name |