diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-04 16:34:59 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2008-12-04 16:34:59 +0000 |
commit | fb40e7adf35e6b21b0e64e170b71e1a4d2cf5351 (patch) | |
tree | 709633693c524f8f2a224e8031814f910d646925 /index.7 | |
parent | 7ea64ffd96cef95695a6c74dbf90f76d73fa961d (diff) | |
download | mandoc-fb40e7adf35e6b21b0e64e170b71e1a4d2cf5351.tar.gz |
Character-set validation fixes.
Diffstat (limited to 'index.7')
-rw-r--r-- | index.7 | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 |