summaryrefslogtreecommitdiffstats
path: root/roff.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-16 23:43:37 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-16 23:43:37 +0000
commitf6077aba4f0b9ece3ceff820c0c651d148df1a37 (patch)
treefc5349cb86618e9f0e4d56e8d05adeb10c919321 /roff.c
parentdd0d3dcce42380000f428a36e07f1c43cbe8b506 (diff)
downloadmandoc-f6077aba4f0b9ece3ceff820c0c651d148df1a37.tar.gz
implement the GNU man-ext .TQ macro in man(7),
used for example by groff_diff(7)
Diffstat (limited to 'roff.c')
-rw-r--r--roff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/roff.c b/roff.c
index c5efc2d7..ea01b57f 100644
--- a/roff.c
+++ b/roff.c
@@ -327,6 +327,7 @@ const char *__roff_name[MAN_MAX + 1] = {
"Dx", "%Q", "%U", "Ta",
NULL,
"TH", "SH", "SS", "TP",
+ "TQ",
"LP", "PP", "P", "IP",
"HP", "SM", "SB", "BI",
"IB", "BR", "RB", "R",