summaryrefslogtreecommitdiffstats
path: root/regress/mdoc/Sh/tag.out_ascii
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2020-04-01 20:21:08 +0000
committerIngo Schwarze <schwarze@openbsd.org>2020-04-01 20:21:08 +0000
commit9dd0d6695fcae2749e1fb86933317a05f685ee06 (patch)
treebc0b299e6144e984e9463b5be79c645f29b57880 /regress/mdoc/Sh/tag.out_ascii
parentc79fa29e239fe9fbc6d3a8c2e71f630a8a8518d5 (diff)
downloadmandoc-9dd0d6695fcae2749e1fb86933317a05f685ee06.tar.gz
Just like we are already doing it in HTML output, automatically tag
section and subsection headers in terminal output, too. Even though admittedly, commands like "/SEE" and "/ Subsec" work, too, there is no downside, and besides, with the recent improvements in the tagging framework, implementation cost is negligible.
Diffstat (limited to 'regress/mdoc/Sh/tag.out_ascii')
-rw-r--r--regress/mdoc/Sh/tag.out_ascii11
1 files changed, 10 insertions, 1 deletions
diff --git a/regress/mdoc/Sh/tag.out_ascii b/regress/mdoc/Sh/tag.out_ascii
index df0ab050..309cb559 100644
--- a/regress/mdoc/Sh/tag.out_ascii
+++ b/regress/mdoc/Sh/tag.out_ascii
@@ -11,12 +11,21 @@ DDEESSCCRRIIPPTTIIOONN
Text in the subsection.
+DDEESSCCRRIIPPTTIIOONN
+ Text in duplicate description section.
+
EEXXAAMMPPLLEESS
Text introducing examples.
SSuubbsseeccttiioonn
Example text.
+ WWEEIIRRDD SSEECCTTIIOONN
+ Text in weird section.
+
+
+ Text in section with empty header.
+
ENDTEST
-OpenBSD February 27, 2020 OpenBSD
+OpenBSD April 1, 2020 OpenBSD