diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-08-03 23:06:03 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2010-08-03 23:06:03 +0000 |
commit | 70abdfdaf12823992cfec7008ec37131f35b4a19 (patch) | |
tree | 255d6ea91f4f7a393a5cad9f3eec5b254469671e | |
parent | 0548c55c565856c2a5e95bfa347aca80b5a72b31 (diff) |
Trivial patch to get correct spacing from the recently introduced
user-defined string \*(Pu (punctuation character list)
by using non-breaking non-compressing instead of normal spaces.
Works with mandoc, new groff and even with old groff.
Tree is locked, but deraadt@ says i'm still allowed to polish manuals.
-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 04c3ab06c99..ed8854c9293 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.87 2010/07/03 16:10:23 schwarze Exp $ +.\" $OpenBSD: mdoc.samples.7,v 1.88 2010/08/03 23:06:02 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: July 3 2010 $ +.Dd $Mdocdate: August 3 2010 $ .Dt MDOC.SAMPLES 7 .Os .Sh NAME @@ -43,7 +43,7 @@ .Ox manuals with .Nm \-mdoc -.ds Pu {. , ; : ? ! ( ) [ ]} +.ds Pu {.\ ,\ ;\ :\ ?\ !\ (\ )\ [\ ]} .Sh SYNOPSIS .Nm nroff .Fl T Ns Ar Name |