diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2018-05-03 14:21:46 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2018-05-03 14:21:46 +0000 |
commit | f29719896cdc0f349a05bdd836e409f60174c4af (patch) | |
tree | 64a222de5ac33ca43d47369ca93ffb65686d314a /mandoc.1 | |
parent | 92d4c979c0347b8f0c1db6386d1d1cab338f10e9 (diff) | |
download | mandoc-f29719896cdc0f349a05bdd836e409f60174c4af.tar.gz |
Minor correction: we render HTML character references hexadecimal,
not decimal; bentley@ changed that in html.c on July 14, 2017.
Diffstat (limited to 'mandoc.1')
-rw-r--r-- | mandoc.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -319,7 +319,7 @@ readable in any graphical or text-based web browser. .Pp Non-ASCII characters are rendered -as decimal numeric Unicode character references. +as hexadecimal Unicode character references. .Pp The following .Fl O |