diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 14:19:59 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-09 14:19:59 +0000 |
commit | e5a9cad1c94b10a303a391c74d8b4dd29c494cce (patch) | |
tree | 9af1bcf9f9faedf1b3c6a1f29f3507e47d6f0b27 /mdoc.h | |
parent | 028cb9cf2041bbee0ed488b669254a2a8bc9ccb9 (diff) | |
download | mandoc-e5a9cad1c94b10a303a391c74d8b4dd29c494cce.tar.gz |
Added `Mt' and `Lk' macros (NetBSD).
Diffstat (limited to 'mdoc.h')
-rw-r--r-- | mdoc.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -142,7 +142,9 @@ #define MDOC_Lb 106 #define MDOC_Ap 107 #define MDOC_Lp 108 -#define MDOC_MAX 109 +#define MDOC_Lk 109 +#define MDOC_Mt 110 +#define MDOC_MAX 111 /* What follows is a list of ALL possible macro arguments. */ |