From ac714e0488d7c68718c62be1daa50511092a070d Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Fri, 5 May 2017 15:17:32 +0000 Subject: Move .sp to the roff modules. Enough infrastructure is in place now that this actually saves code: -70 LOC. --- mandocdb.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mandocdb.c') diff --git a/mandocdb.c b/mandocdb.c index dccbc930..c81106b9 100644 --- a/mandocdb.c +++ b/mandocdb.c @@ -1,4 +1,4 @@ -/* $Id: mandocdb.c,v 1.248 2017/05/05 13:17:55 schwarze Exp $ */ +/* $Id: mandocdb.c,v 1.249 2017/05/05 15:17:32 schwarze Exp $ */ /* * Copyright (c) 2011, 2012 Kristaps Dzonsons * Copyright (c) 2011-2017 Ingo Schwarze @@ -302,7 +302,6 @@ static const struct mdoc_handler __mdocs[MDOC_MAX - MDOC_Dd] = { { NULL, 0, 0 }, /* En */ { NULL, TYPE_Dx, NODE_NOSRC }, /* Dx */ { NULL, 0, 0 }, /* %Q */ - { NULL, 0, 0 }, /* sp */ { NULL, 0, 0 }, /* %U */ { NULL, 0, 0 }, /* Ta */ }; -- cgit v1.2.3