diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 11:02:21 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 11:02:21 +0000 |
commit | 5f830a70c871c50aa9579ead192f35848178be1b (patch) | |
tree | c690cc0669dbf33930acc96b2c67b734ed0c4898 /chars.c | |
parent | b0d99e0872814cdeeb3199322794e45bf2c1fe77 (diff) | |
download | mandoc-5f830a70c871c50aa9579ead192f35848178be1b.tar.gz |
All special characters sync'd with groff, both -Thtml and -Tascii.
Re-added text links to index.sgml (just for show).
Diffstat (limited to 'chars.c')
-rw-r--r-- | chars.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -38,7 +38,7 @@ struct ln { #define CHARS_BOTH (0x03) }; -#define LINES_MAX 337 +#define LINES_MAX 351 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, |