diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-18 10:32:00 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-18 10:32:00 +0000 |
commit | ebc04fb0a062bcf881ac1fbe0706af873a8fcfc8 (patch) | |
tree | 4b2ea5a500c75fe94b0859570317fbfcaadb41d5 /man.7 | |
parent | ed2793f208e83ec93c078ea0592c4c8f1eff4649 (diff) | |
download | mandoc-ebc04fb0a062bcf881ac1fbe0706af873a8fcfc8.tar.gz |
Added -fno-ign-chars support to libman.
man_validate.c checks for non-tab/isprint words.
libman hashtable fixed (was ignoring .br).
Added ncount field to man_node, deprecating count() functions.
Documented use of tabs in man.7.
Diffstat (limited to 'man.7')
-rw-r--r-- | man.7 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -52,9 +52,11 @@ Other lines are interpreted within the current state. .\" SECTION .Sh INPUT ENCODING .Nm -documents may contain only graphable 7-bit ASCII characters and the +documents may contain only graphable 7-bit ASCII characters, the space character -.Sq \ . +.Sq \ , +and tabs +.Sq \et . All manuals must have .Ux .Sq \en |