From 72ffb5f81a5259c8b01aa48d71c3542bc8eed8d7 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sun, 7 May 2017 17:31:45 +0000 Subject: Basic implementation of the roff(7) .ta (define tab stops) request. This is the first feature made possible by the parser reorganization. Improves the formatting of the SYNOPSIS in many Xenocara GL manuals. Also important for ports, as reported by many, including naddy@. --- roff_html.c | 1 + 1 file changed, 1 insertion(+) (limited to 'roff_html.c') diff --git a/roff_html.c b/roff_html.c index 69e9ce54..5fd65d9f 100644 --- a/roff_html.c +++ b/roff_html.c @@ -36,6 +36,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { NULL, /* ft */ NULL, /* ll */ roff_html_pre_sp, /* sp */ + NULL, /* ta */ }; -- cgit v1.2.3