Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man7 typo from Timo Buhrmester



details:   https://anonhg.NetBSD.org/src/rev/b1bae1607d43
branches:  trunk
changeset: 339601:b1bae1607d43
user:      jnemeth <jnemeth%NetBSD.org@localhost>
date:      Thu Jul 30 03:21:33 2015 +0000

description:
typo from Timo Buhrmester

diffstat:

 share/man/man7/tests.atf.7  |  6 +++---
 share/man/man7/tests.kyua.7 |  6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r ab16998b2238 -r b1bae1607d43 share/man/man7/tests.atf.7
--- a/share/man/man7/tests.atf.7        Thu Jul 30 02:58:00 2015 +0000
+++ b/share/man/man7/tests.atf.7        Thu Jul 30 03:21:33 2015 +0000
@@ -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 @@
 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
diff -r ab16998b2238 -r b1bae1607d43 share/man/man7/tests.kyua.7
--- a/share/man/man7/tests.kyua.7       Thu Jul 30 02:58:00 2015 +0000
+++ b/share/man/man7/tests.kyua.7       Thu Jul 30 03:21:33 2015 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index