diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-27 09:14:02 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-27 09:14:02 +0000 |
commit | b036682395105453d12e07ce3d4e3b1918671a32 (patch) | |
tree | a0c954a16b09fb91a338b9daaf301948248fe63c /mdoc.3 | |
parent | 40047433f03f7588fe976e7c30c82cc1430840b7 (diff) | |
download | mandoc-b036682395105453d12e07ce3d4e3b1918671a32.tar.gz |
Character-encoding stuff documented, expanded.
Diffstat (limited to 'mdoc.3')
-rw-r--r-- | mdoc.3 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -200,6 +200,7 @@ an asterisk and non-open-parenthesis .Sq \&* for single-character sequences; or one of a small set of standalone single characters for other escapes. +.\" PARAGRAPH .Pp Examples: .Pp @@ -230,6 +231,10 @@ prints .Dq \*q .Pq double-quote .El +.\" PARAGRAPH +.Pp +All escaped sequences are syntax-checked, but it's up to the front-end +system to correctly render them to the output device. .\" SUBSECTION .Ss Abstract Syntax Tree The |