summaryrefslogtreecommitdiffstats
path: root/mdoc.3
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 09:14:02 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-02-27 09:14:02 +0000
commitb036682395105453d12e07ce3d4e3b1918671a32 (patch)
treea0c954a16b09fb91a338b9daaf301948248fe63c /mdoc.3
parent40047433f03f7588fe976e7c30c82cc1430840b7 (diff)
downloadmandoc-b036682395105453d12e07ce3d4e3b1918671a32.tar.gz
Character-encoding stuff documented, expanded.
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.35
1 files changed, 5 insertions, 0 deletions
diff --git a/mdoc.3 b/mdoc.3
index 68a6618a..ae24eb70 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -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