summaryrefslogtreecommitdiffstatshomepage
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
commit51107dc1cd95fee0ae88f16a4ba8d45f505414d0 (patch)
treeb642a4fd74e30ed3158800043ef0f69c1ac76b94 /mdoc.3
parentff1018946028fdff5987992f5ccc7e26a7ba7d55 (diff)
downloadmandoc-51107dc1cd95fee0ae88f16a4ba8d45f505414d0.tar.gz
mandoc-51107dc1cd95fee0ae88f16a4ba8d45f505414d0.tar.zst
mandoc-51107dc1cd95fee0ae88f16a4ba8d45f505414d0.zip
Character-encoding stuff documented, expanded.
Diffstat (limited to 'mdoc.3')
-rw-r--r--mdoc.37
1 files changed, 6 insertions, 1 deletions
diff --git a/mdoc.3 b/mdoc.3
index e7ee3ffe..226895b9 100644
--- a/mdoc.3
+++ b/mdoc.3
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.3,v 1.12 2009/02/27 08:20:15 kristaps Exp $
+.\" $Id: mdoc.3,v 1.13 2009/02/27 09:14:02 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -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