-.\" $NetBSD: testpat.6,v 1.1 2021/01/02 03:21:39 nat Exp $
+.\" $NetBSD: testpat.6,v 1.2 2021/01/02 08:55:51 wiz Exp $
.\"
.\" Copyright (c) 2021 Nathanial Sloss <nathanialsloss@yahoo.com.au>
.\" All rights reserved.
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
.\" POSSIBILITY OF SUCH DAMAGE.
.\"
-.Dd Janurary 2, 2021
+.Dd January 2, 2021
.Dt TESTPAT 6
.Os
.Sh NAME
.Nm
command displays a test pattern on a color capable terminal using
.Xr curses 3 .
-
Title is a string to display as the title of the test pattern.
.Sh SEE ALSO
.Xr curses 3
appeared in
.Nx 10.0 .
.Sh AUTHORS
-Nathanial Sloss
+.An Nathanial Sloss