diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-31 19:16:14 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2019-03-31 19:16:14 +0000 |
commit | 91f09893cdeaee1217103066fac21dd9233a72ca (patch) | |
tree | 176460978c6b91c4d7d5514c0e5998165a98b71c /share | |
parent | 55dd3e7dbb52ffb5f270613d135fe9f1adddcd09 (diff) |
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@
Diffstat (limited to 'share')
-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 |