diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-22 23:15:58 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-22 23:15:58 +0000 |
commit | 15e665b5508591ef88ea6e5ee02dc2e6a0851080 (patch) | |
tree | 55797f1891f05823b402f99b16ce642e2de54c77 /chars.c | |
parent | 61bc2c623cae2e83cbc5b4943f27f51f9d83661d (diff) | |
download | mandoc-15e665b5508591ef88ea6e5ee02dc2e6a0851080.tar.gz |
Many more UTF-8 symbols in place.
Started partitioning chars.in into sections corresponding to mandoc_char.7.
Correctly ordered Greek letters.
Sync'd all mathematical and logical symbols with current groff.
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 267 +#define LINES_MAX 300 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, |