aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.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_macro.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_macro.c')
-rw-r--r--man_macro.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/man_macro.c b/man_macro.c
index e866d81d..32179c67 100644
--- a/man_macro.c
+++ b/man_macro.c
@@ -1,4 +1,4 @@
-/* $Id: man_macro.c,v 1.51 2010/11/30 15:36:28 kristaps Exp $ */
+/* $Id: man_macro.c,v 1.52 2010/12/05 16:14:16 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -79,9 +79,6 @@ const struct man_macro __man_macros[MAN_MAX] = {
{ in_line_eoln, 0 }, /* DT */
{ in_line_eoln, 0 }, /* UC */
{ in_line_eoln, 0 }, /* PD */
- { in_line_eoln, MAN_NSCOPED }, /* Sp */
- { in_line_eoln, 0 }, /* Vb */
- { in_line_eoln, 0 }, /* Ve */
{ in_line_eoln, 0 }, /* AT */
{ in_line_eoln, 0 }, /* in */
};