diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-04 20:33:33 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2020-04-04 20:33:33 +0000 |
commit | 9c50b3f3dd65454028a85113ebc01c5f1f8dabf5 (patch) | |
tree | f7778be8dcc38ab5b5be9249af0179379362db27 /regress/man/SH/Makefile | |
parent | 6b5bf18962a3cdfe3e6d3ee030e7a0df5c3b8cc9 (diff) | |
download | mandoc-9c50b3f3dd65454028a85113ebc01c5f1f8dabf5.tar.gz |
automatically tag .SH and .SS in man(7) terminal output
in the same way as it was done for .Sh and .Ss in mdoc(7)
Diffstat (limited to 'regress/man/SH/Makefile')
-rw-r--r-- | regress/man/SH/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/man/SH/Makefile b/regress/man/SH/Makefile index f42a85b2..049680bc 100644 --- a/regress/man/SH/Makefile +++ b/regress/man/SH/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.7 2020/02/27 01:25:58 schwarze Exp $ +# $OpenBSD: Makefile,v 1.8 2020/04/04 20:23:07 schwarze Exp $ REGRESS_TARGETS = broken broken_eline empty_before longarg noarg paragraph vert LINT_TARGETS = broken broken_eline empty_before noarg HTML_TARGETS = paragraph +TAG_TARGETS = paragraph # groff-1.22.3 defects: # - .SH without args just before EOF causes two additional blank lines. |