diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 00:57:28 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2015-03-27 00:57:28 +0000 |
commit | 00e39f328748762eab737f205b73731ddbd8b328 (patch) | |
tree | 05fe85eb9e21ae64d43524a2320646cfc8b00048 | |
parent | 074c6d1936d6996a35651157dfc1aa6783e8b52a (diff) | |
download | mandoc-00e39f328748762eab737f205b73731ddbd8b328.tar.gz |
Document that certain stand-alone accents need escaping in rare cases to
prevent them from being converted to Unicode replacements in PDF output.
Issue found by bentley@, OK jmc@ bentley@.
-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 a8eab207..d354ae66 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -2,7 +2,7 @@ .\" .\" Copyright (c) 2003 Jason McIntyre <jmc@openbsd.org> .\" Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> -.\" Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org> +.\" Copyright (c) 2011, 2013, 2015 Ingo Schwarze <schwarze@openbsd.org> .\" .\" Permission to use, copy, modify, and distribute this software for any .\" purpose with or without fee is hereby granted, provided that the above |