summaryrefslogtreecommitdiffstats
path: root/man.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-05 16:14:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-05 16:14:16 +0000
commit6fd4c9d365c408c83f9382855b2310891154a1f7 (patch)
tree15a259292abce1f6d9a0d32a644cd43e11a241cd /man.h
parentdb89a3957c75469c4a73ca032acb325db8294f7a (diff)
downloadmandoc-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.h')
-rw-r--r--man.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/man.h b/man.h
index 4de03fbf..0f8279cc 100644
--- a/man.h
+++ b/man.h
@@ -53,9 +53,6 @@ enum mant {
MAN_DT,
MAN_UC,
MAN_PD,
- MAN_Sp,
- MAN_Vb,
- MAN_Ve,
MAN_AT,
MAN_in,
MAN_MAX