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_validate.c | 1 + 1 file changed, 1 insertion(+) (limited to 'roff_validate.c') diff --git a/roff_validate.c b/roff_validate.c index 05df6cb6..e1ee0ea9 100644 --- a/roff_validate.c +++ b/roff_validate.c @@ -36,6 +36,7 @@ static const roff_valid_fp roff_valids[ROFF_MAX] = { NULL, /* ll */ NULL, /* sp */ NULL, /* ta */ + NULL, /* ti */ }; -- cgit v1.2.3-56-ge451