summaryrefslogtreecommitdiffstats
path: root/regress/mdoc
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2022-04-26 15:06:51 +0000
committerIngo Schwarze <schwarze@openbsd.org>2022-04-26 15:06:51 +0000
commitfe083ee6f690047fdaf9df99a6d7995165ac5be5 (patch)
treeae4ec6e61a907edf9d5038d6342e46b49f864171 /regress/mdoc
parentc1cd8ca4c718f4917e14241a7666a071d266192d (diff)
downloadmandoc-fe083ee6f690047fdaf9df99a6d7995165ac5be5.tar.gz
typo in example text: unsused -> unused; noticed by tb@
Diffstat (limited to 'regress/mdoc')
-rw-r--r--regress/mdoc/Tg/implicit.in4
-rw-r--r--regress/mdoc/Tg/implicit.out_ascii2
-rw-r--r--regress/mdoc/Tg/implicit.out_html2
-rw-r--r--regress/mdoc/Tg/implicit.out_markdown2
4 files changed, 5 insertions, 5 deletions
diff --git a/regress/mdoc/Tg/implicit.in b/regress/mdoc/Tg/implicit.in
index 1f89f3e5..1d327e0f 100644
--- a/regress/mdoc/Tg/implicit.in
+++ b/regress/mdoc/Tg/implicit.in
@@ -1,4 +1,4 @@
-.\" $OpenBSD: implicit.in,v 1.1 2022/04/26 11:28:35 schwarze Exp $
+.\" $OpenBSD: implicit.in,v 1.2 2022/04/26 15:04:46 schwarze Exp $
.Dd $Mdocdate$
.Dt TG-IMPLICIT 1
.Os
@@ -9,6 +9,6 @@
BEGINTEST
.Pp
.Tg explicit
-.Sy implicit is unsused
+.Sy implicit is unused
.Pp
ENDTEST
diff --git a/regress/mdoc/Tg/implicit.out_ascii b/regress/mdoc/Tg/implicit.out_ascii
index e3618686..abf059c7 100644
--- a/regress/mdoc/Tg/implicit.out_ascii
+++ b/regress/mdoc/Tg/implicit.out_ascii
@@ -6,7 +6,7 @@ NNAAMMEE
DDEESSCCRRIIPPTTIIOONN
BEGINTEST
- iimmpplliicciitt iiss uunnssuusseedd
+ iimmpplliicciitt iiss uunnuusseedd
ENDTEST
diff --git a/regress/mdoc/Tg/implicit.out_html b/regress/mdoc/Tg/implicit.out_html
index 93df918d..9163c058 100644
--- a/regress/mdoc/Tg/implicit.out_html
+++ b/regress/mdoc/Tg/implicit.out_html
@@ -1,2 +1,2 @@
<p class="Pp" id="explicit"><a class="permalink" href="#explicit"><b class="Sy">implicit
- is unsused</b></a></p>
+ is unused</b></a></p>
diff --git a/regress/mdoc/Tg/implicit.out_markdown b/regress/mdoc/Tg/implicit.out_markdown
index 6511e441..110aeefc 100644
--- a/regress/mdoc/Tg/implicit.out_markdown
+++ b/regress/mdoc/Tg/implicit.out_markdown
@@ -8,7 +8,7 @@ TG-IMPLICIT(1) - General Commands Manual
BEGINTEST
-**implicit is unsused**
+**implicit is unused**
ENDTEST