diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 09:06:44 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-23 09:06:44 +0000 |
commit | 3a70814703538782086ea580f561e4171f9d5f56 (patch) | |
tree | 8f019f727cc331e98dab15b77132d3f58d86e840 /chars.c | |
parent | 75b9a7d975b987f1b08c0c62b7b698e6312801f9 (diff) | |
download | mandoc-3a70814703538782086ea580f561e4171f9d5f56.tar.gz |
Sync'd special letters and ligatures with newest 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 333 +#define LINES_MAX 337 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, |