diff options
author | 2009-07-14 05:10:21 +0000 | |
---|---|---|
committer | 2009-07-14 05:10:21 +0000 | |
commit | c36ade341afed56cda4ad9cb577fbdea10efc4fc (patch) | |
tree | b480df848b6084e27820fadd3d2736ca124445a8 | |
parent | remove some false whitespace before commas; (diff) | |
download | wireguard-openbsd-c36ade341afed56cda4ad9cb577fbdea10efc4fc.tar.xz wireguard-openbsd-c36ade341afed56cda4ad9cb577fbdea10efc4fc.zip |
after some discussion with others, use an en-dash (\(en) instead of
a minus sign (-\) for Nd;
issue spotted by Kristaps D??onsons
-rw-r--r-- | share/tmac/mdoc/doc-common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index 4cd475747c5..7937cad7297 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.61 2009/06/20 23:38:12 miod Exp $ +.\" $OpenBSD: doc-common,v 1.62 2009/07/14 05:10:21 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -378,7 +378,7 @@ .tm Not a \-mdoc command: .pp .. .de Nd -\&\-\& \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 +\&\(en\& \\$1 \\$2 \\$3 \\$4 \\$5 \\$6 \\$7 \\$8 \\$9 .. .de Ss .sp |