summaryrefslogtreecommitdiffstatshomepage
path: root/index.7
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 16:34:59 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2008-12-04 16:34:59 +0000
commita705f91ffa6329b5fc3e6c09ce337b0972c19e2e (patch)
tree24b987382872da9c87d33e083a60e72e3afe4644 /index.7
parent9b08769d420c8fb749fc6b70d3118ead5f54e2ea (diff)
downloadmandoc-a705f91ffa6329b5fc3e6c09ce337b0972c19e2e.tar.gz
mandoc-a705f91ffa6329b5fc3e6c09ce337b0972c19e2e.tar.zst
mandoc-a705f91ffa6329b5fc3e6c09ce337b0972c19e2e.zip
Character-set validation fixes.
Diffstat (limited to 'index.7')
-rw-r--r--index.716
1 files changed, 13 insertions, 3 deletions
diff --git a/index.7 b/index.7
index 5fa0e2e4..fdf6eede 100644
--- a/index.7
+++ b/index.7
@@ -21,8 +21,9 @@ and
.Nm
acts directly on source documents, validating its input and producing a
variety of outputs.
-.Ss Features
-In order to operate properly,
+.\"
+.Ss Validation
+In order to operate sanely,
.Nm
fully validates its input. This includes, but is not limited to, the
following checks:
@@ -40,10 +41,19 @@ macros clobbering a pending
.Sq \&.Bl
scope),
.It
-predefined characters (such as \\*(>= and \\*q),
+predefined characters (such as \\*(>= and \\*q, rendering as \*(>= and \*q,
+respectively),
.It
correctly-ordered document prelude,
+.It
+sane argument values (such as those for
+.Sq \& Dt
+or
+.Sq \& Sm ) ,
+.It
+and so on.
.El
+.Pp
.\"
.Sh ENVIRONMENT
The