diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 16:14:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 16:14:16 +0000 |
commit | 6fd4c9d365c408c83f9382855b2310891154a1f7 (patch) | |
tree | 15a259292abce1f6d9a0d32a644cd43e11a241cd /man.c | |
parent | db89a3957c75469c4a73ca032acb325db8294f7a (diff) | |
download | mandoc-6fd4c9d365c408c83f9382855b2310891154a1f7.tar.gz |
Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),
which are now accomodated for the new libroff modifications.
Diffstat (limited to 'man.c')
-rw-r--r-- | man.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -39,8 +39,7 @@ const char *const __man_macronames[MAN_MAX] = { "RI", "na", "i", "sp", "nf", "fi", "r", "RE", "RS", "DT", "UC", "PD", - "Sp", "Vb", "Ve", "AT", - "in" + "AT", "in" }; const char * const *man_macronames = __man_macronames; |