Module Name: src Committed By: wiz Date: Sat Jun 26 14:50:14 UTC 2010
Modified Files: src/share/man/man7: tests.7 Log Message: Grammar fix; remove indefinite article from Nd; don't Xr itself, use Nm. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/share/man/man7/tests.7 Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/man/man7/tests.7 diff -u src/share/man/man7/tests.7:1.2 src/share/man/man7/tests.7:1.3 --- src/share/man/man7/tests.7:1.2 Sat Jun 26 11:26:17 2010 +++ src/share/man/man7/tests.7 Sat Jun 26 14:50:14 2010 @@ -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 @@ .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 @@ .Xr atf 7 .Sh HISTORY The -.Xr tests 7 +.Nm manual page first appeared in .Nx 6.0 . .Pp