From aa8151b1157e8486bce7cb08deeb4c78df1d9669 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 8 May 2017 15:34:54 +0000 Subject: Basic implementation of the roff(7) .ti (temporary indent) request. Needed by about four dozen ports (thanks to naddy@ for the research). --- 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 5fd65d9f..e76ca544 100644 --- a/roff_html.c +++ b/roff_html.c @@ -37,6 +37,7 @@ static const roff_html_pre_fp roff_html_pre_acts[ROFF_MAX] = { NULL, /* ll */ roff_html_pre_sp, /* sp */ NULL, /* ta */ + NULL, /* ti */ }; -- cgit v1.2.3-56-ge451