summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/mdoc_state.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-05-05 15:16:25 +0000
committerschwarze <schwarze@openbsd.org>2017-05-05 15:16:25 +0000
commit6561cb236ca8d6ce04d90c88a7bf8b7d5848f466 (patch)
tree4ad83851593a955661527309d25c26aabb32d005 /usr.bin/mandoc/mdoc_state.c
parentImplement two quirks to support the Arasan eMMC 5.1 controller found on (diff)
downloadwireguard-openbsd-6561cb236ca8d6ce04d90c88a7bf8b7d5848f466.tar.xz
wireguard-openbsd-6561cb236ca8d6ce04d90c88a7bf8b7d5848f466.zip
Move .sp to the roff modules. Enough infrastructure is in place
now that this actually saves code: -70 LOC.
Diffstat (limited to 'usr.bin/mandoc/mdoc_state.c')
-rw-r--r--usr.bin/mandoc/mdoc_state.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/mdoc_state.c b/usr.bin/mandoc/mdoc_state.c
index 280240ab707..1d364c72179 100644
--- a/usr.bin/mandoc/mdoc_state.c
+++ b/usr.bin/mandoc/mdoc_state.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mdoc_state.c,v 1.7 2017/05/05 13:17:04 schwarze Exp $ */
+/* $OpenBSD: mdoc_state.c,v 1.8 2017/05/05 15:16:25 schwarze Exp $ */
/*
* Copyright (c) 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
*
@@ -155,7 +155,6 @@ static const state_handler __state_handlers[MDOC_MAX - MDOC_Dd] = {
NULL, /* En */
NULL, /* Dx */
NULL, /* %Q */
- NULL, /* sp */
NULL, /* %U */
NULL, /* Ta */
};