Grammar fix; remove indefinite article from Nd; don't Xr itself, use Nm.

This commit is contained in:
wiz 2010-06-26 14:50:14 +00:00
parent f2c541b4fa
commit e7d1f6ab2b
1 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: tests.7,v 1.2 2010/06/26 11:26:17 jmmv Exp $
.\" $NetBSD: tests.7,v 1.3 2010/06/26 14:50:14 wiz Exp $
.\"
.\" Copyright (c) 2010 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -30,7 +30,7 @@
.Os
.Sh NAME
.Nm tests
.Nd An introduction to the NetBSD test suite
.Nd introduction to the NetBSD test suite
.Sh DESCRIPTION
The
.Nx
@ -112,8 +112,8 @@ $ atf-run | atf-report
.Pp
The above will go through all test programs in
.Pa /usr/tests
recursive, execute them, and, at the very end, show a report of the results of
the test suite.
recursively, execute them, and, at the very end, show a report of
the results of the test suite.
These results include the count of tests that succeeded (passed), the names of
the tests that failed, and the count of the tests that were not executed
(skipped) because the system configuration did not meet their requirements.
@ -195,7 +195,7 @@ Location of the test suites.
.Xr atf 7
.Sh HISTORY
The
.Xr tests 7
.Nm
manual page first appeared in
.Nx 6.0 .
.Pp