diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-08 14:30:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-08-08 14:30:48 +0000 |
commit | 42f9740c7beff52d69888c99f41942e1d1fff0bc (patch) | |
tree | 23e766d732a29792210093c3fc08761ba3125e01 | |
parent | a9635feb0b48f28abd33fb1fb3ddb4338f8eaa38 (diff) | |
download | mandoc-42f9740c7beff52d69888c99f41942e1d1fff0bc.tar.gz |
Even though we strongly discourage escaping hyphens in manual pages
in general, when introducing the *typographic* term "hyphen",
actually display a real hyphen in output modes supporting it.
-rw-r--r-- | mandoc_char.7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mandoc_char.7 b/mandoc_char.7 index 6c2cc764..c919f783 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -62,7 +62,7 @@ escape sequences to represent national language characters in author names; instead, provide ASCII transcriptions of the names. .Ss Dashes and Hyphens In typography there are different types of dashes of various width: -the hyphen (-), +the hyphen (\(hy), the en-dash (\(en), the em-dash (\(em), and the mathematical minus sign (\(mi). |