aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man.c
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.c
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.c')
-rw-r--r--man.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/man.c b/man.c
index 8f43f94a..589b0633 100644
--- a/man.c
+++ b/man.c
@@ -1,4 +1,4 @@
-/* $Id: man.c,v 1.88 2010/11/30 15:36:28 kristaps Exp $ */
+/* $Id: man.c,v 1.89 2010/12/05 16:14:16 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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;