diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-16 09:52:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-11-16 09:52:47 +0000 |
commit | 1198179a977c730ea494cc24dacd0bd18b091236 (patch) | |
tree | f507c6d4d373380f3acfc0c498f48dd899c481be /mandoc_char.7 | |
parent | 56f40bd031737edaae27afbb34b7dd5ba75defd7 (diff) | |
download | mandoc-1198179a977c730ea494cc24dacd0bd18b091236.tar.gz |
More clarification in manuals. Added per-OUTPUT section in mandoc.1.
Diffstat (limited to 'mandoc_char.7')
-rw-r--r-- | mandoc_char.7 | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/mandoc_char.7 b/mandoc_char.7 index 5196318f..6182ce25 100644 --- a/mandoc_char.7 +++ b/mandoc_char.7 @@ -76,25 +76,6 @@ Note that each output mode will have a different rendering of the characters. It's guaranteed that each input symbol will correspond to a (more or less) meaningful output rendering, regardless the mode. . -.Ss ASCII output -Formatting documents with ASCII output results in a 7-bit ASCII -approximation of zero or more characters, for example, the -.Dq aleph -character -.Sq \e(Ah -will render as -.Sq N . -Approximations are a best-effort, and naturally some clarity will be lost. -. -.Ss HTML output -The HTML output mode uses decimal-encoded UTF-8 for sequences, for -example, the -.Dq aleph -character -.Sq \e(Ah -will render as -.Sq ℵ . -. . .Sh SPECIAL CHARACTERS These are the preferred input symbols for producing special characters. |