diff options
author | 2019-03-31 19:16:13 +0000 | |
---|---|---|
committer | 2019-03-31 19:16:13 +0000 | |
commit | 6937285c55f3f8c598d5b278f034b45a318bce24 (patch) | |
tree | 3bf6e15bc42eae3a0e3086ff0356cda03fa333a8 | |
parent | GTSM is not widely known, so be more concrete as to its effect (diff) | |
download | wireguard-openbsd-6937285c55f3f8c598d5b278f034b45a318bce24.tar.xz wireguard-openbsd-6937285c55f3f8c598d5b278f034b45a318bce24.zip |
While we do encourage simplicity in the sense of writing plain '-'
for hyphen-minus, soften the language a bit: writing \- for it is
not wrong, and people started sending us patches to replace \- with '-'
in existing manual pages, which is not a worthwhile change unless
the \- is used at a place where it doesn't belong.
OK jmc@
-rw-r--r-- | share/man/man7/mandoc_char.7 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man7/mandoc_char.7 b/share/man/man7/mandoc_char.7 index d6c905beab3..eeb5f6d2334 100644 --- a/share/man/man7/mandoc_char.7 +++ b/share/man/man7/mandoc_char.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mandoc_char.7,v 1.40 2018/12/15 19:30:19 schwarze Exp $ +.\" $OpenBSD: mandoc_char.7,v 1.41 2019/03/31 19:16:13 schwarze Exp $ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> @@ -16,7 +16,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: December 15 2018 $ +.Dd $Mdocdate: March 31 2019 $ .Dt MANDOC_CHAR 7 .Os .Sh NAME @@ -107,8 +107,8 @@ supporting it, for example in .Fl T Cm utf8 and .Fl T Cm html . -But currently, no practically relevant manual page formatter actually -requires that subtlety, so in manual pages just write plain +But currently, no practically relevant manual page formatter requires +that subtlety, so in manual pages, it is sufficient to write plain .Sq - to represent hyphen, minus, and hyphen-minus. .Pp |