aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit4cc7a999b3000183ed01396b0eed8525adfa4697 (patch)
tree906df8673b62e1a5a7a8bcfc9261cbce77d715b9 /man.h
parent74b591fa2335010445acec31b76b8d78dc0f278c (diff)
downloadmandoc-4cc7a999b3000183ed01396b0eed8525adfa4697.tar.gz
mandoc-4cc7a999b3000183ed01396b0eed8525adfa4697.tar.zst
mandoc-4cc7a999b3000183ed01396b0eed8525adfa4697.zip
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.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/man.h b/man.h
index 21c1a321..43a71bfb 100644
--- a/man.h
+++ b/man.h
@@ -1,4 +1,4 @@
-/* $Id: man.h,v 1.45 2010/10/04 07:01:02 kristaps Exp $ */
+/* $Id: man.h,v 1.46 2010/12/05 16:14:16 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -53,9 +53,6 @@ enum mant {
MAN_DT,
MAN_UC,
MAN_PD,
- MAN_Sp,
- MAN_Vb,
- MAN_Ve,
MAN_AT,
MAN_in,
MAN_MAX