Module Name:    src
Committed By:   jnemeth
Date:           Thu Jul 30 03:21:33 UTC 2015

Modified Files:
        src/share/man/man7: tests.atf.7 tests.kyua.7

Log Message:
typo from Timo Buhrmester


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/share/man/man7/tests.atf.7 \
    src/share/man/man7/tests.kyua.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.atf.7
diff -u src/share/man/man7/tests.atf.7:1.6 src/share/man/man7/tests.atf.7:1.7
--- src/share/man/man7/tests.atf.7:1.6	Sun Jul 13 09:32:05 2014
+++ src/share/man/man7/tests.atf.7	Thu Jul 30 03:21:33 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tests.atf.7,v 1.6 2014/07/13 09:32:05 mbalmer Exp $
+.\"	$NetBSD: tests.atf.7,v 1.7 2015/07/30 03:21:33 jnemeth Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 13, 2014
+.Dd July 29, 2015
 .Dt TESTS 7
 .Os
 .Sh NAME
@@ -147,7 +147,7 @@ debugging failing tests.
 Tests can be invoked as an unprivileged user, in which case tests that
 require privileges will be skipped.
 If run as root, an unprivileged user will be used for tests that
-require privileges.
+do not require privileges.
 For maximal coverage, the standard approach is to invoke tests as root.
 .Pp
 Ideally, tests are self-contained and do not either depend on or
Index: src/share/man/man7/tests.kyua.7
diff -u src/share/man/man7/tests.kyua.7:1.6 src/share/man/man7/tests.kyua.7:1.7
--- src/share/man/man7/tests.kyua.7:1.6	Mon Oct 27 11:55:08 2014
+++ src/share/man/man7/tests.kyua.7	Thu Jul 30 03:21:33 2015
@@ -1,4 +1,4 @@
-.\"	$NetBSD: tests.kyua.7,v 1.6 2014/10/27 11:55:08 christos Exp $
+.\"	$NetBSD: tests.kyua.7,v 1.7 2015/07/30 03:21:33 jnemeth Exp $
 .\"
 .\" Copyright (c) 2010 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -25,7 +25,7 @@
 .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
 .\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd October 27, 2014
+.Dd July 29, 2015
 .Dt TESTS 7
 .Os
 .Sh NAME
@@ -142,7 +142,7 @@ to its manual page
 Tests can be invoked as an unprivileged user, in which case tests that
 require privileges will be skipped.
 If run as root, an unprivileged user will be used for tests that
-require privileges.
+do not require privileges.
 For maximal coverage, the standard approach is to invoke tests as root.
 .Pp
 Ideally, tests are self-contained and do not either depend on or

Reply via email to