diff options
author | 2010-07-03 16:10:23 +0000 | |
---|---|---|
committer | 2010-07-03 16:10:23 +0000 | |
commit | 2617bf97617f6724ec4b50d3d951487a6ca2f1e0 (patch) | |
tree | df46f8aa0c0fb7199203bc339deb5f93326369e6 /share/man/man7/mdoc.samples.7 | |
parent | Rudimentary implementation of user-defined strings; (diff) | |
download | wireguard-openbsd-2617bf97617f6724ec4b50d3d951487a6ca2f1e0.tar.xz wireguard-openbsd-2617bf97617f6724ec4b50d3d951487a6ca2f1e0.zip |
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/mdoc.samples.7')
-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 |