diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-26 15:06:51 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2022-04-26 15:06:51 +0000 |
commit | fe083ee6f690047fdaf9df99a6d7995165ac5be5 (patch) | |
tree | ae4ec6e61a907edf9d5038d6342e46b49f864171 /regress/mdoc/Tg/implicit.in | |
parent | c1cd8ca4c718f4917e14241a7666a071d266192d (diff) | |
download | mandoc-fe083ee6f690047fdaf9df99a6d7995165ac5be5.tar.gz |
typo in example text: unsused -> unused; noticed by tb@
Diffstat (limited to 'regress/mdoc/Tg/implicit.in')
-rw-r--r-- | regress/mdoc/Tg/implicit.in | 4 |
1 files changed, 2 insertions, 2 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 |