diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-11 00:39:58 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-11 00:39:58 +0000 |
commit | b245e76978c72e7237d90485531acee7d3caa4fc (patch) | |
tree | fdf44540f6b1904b7f26b0b008bceccff7ab2be5 /argv.c | |
parent | 3a26b8088d5978b9e623c51df0dcaf7206eae3e4 (diff) | |
download | mandoc-b245e76978c72e7237d90485531acee7d3caa4fc.tar.gz |
Expanded perfect htab to use 27 * 26 * 3 space.
Added Brq, Bro and Brc macros.
Added lbrace and rbrace to special characters.
Fixed spacing in braces.
Diffstat (limited to 'argv.c')
-rw-r--r-- | argv.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -213,6 +213,9 @@ static int mdoc_argflags[MDOC_MAX] = { ARGS_DELIM, /* Lp */ ARGS_DELIM | ARGS_QUOTED, /* Lk */ ARGS_DELIM | ARGS_QUOTED, /* Mt */ + ARGS_DELIM, /* Brq */ + 0, /* Bro */ + ARGS_DELIM, /* Brc */ }; |