Module Name:    src
Committed By:   jruoho
Date:           Wed Jun 24 10:07:13 UTC 2020

Modified Files:
        src/tests/sbin/ifconfig: t_repeated_scan.sh
        src/tests/usr.sbin/cpuctl: t_cpuctl.sh

Log Message:
Fix references in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/sbin/ifconfig/t_repeated_scan.sh
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.sbin/cpuctl/t_cpuctl.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tests/sbin/ifconfig/t_repeated_scan.sh
diff -u src/tests/sbin/ifconfig/t_repeated_scan.sh:1.1 src/tests/sbin/ifconfig/t_repeated_scan.sh:1.2
--- src/tests/sbin/ifconfig/t_repeated_scan.sh:1.1	Wed Jun 24 09:11:26 2020
+++ src/tests/sbin/ifconfig/t_repeated_scan.sh	Wed Jun 24 10:07:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: t_repeated_scan.sh,v 1.1 2020/06/24 09:11:26 jruoho Exp $
+# $NetBSD: t_repeated_scan.sh,v 1.2 2020/06/24 10:07:13 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -30,7 +30,7 @@
 atf_test_case repeated_scan
 repeated_scan_head() {
 	atf_set "descr" "Test with ifconfig(8) that repeated 802.11 " \
-		"scanning does not cause a panic (PR bin/55389)"
+		"scanning does not cause a panic (PR kern/55389)"
 }
 
 repeated_scan_body() {

Index: src/tests/usr.sbin/cpuctl/t_cpuctl.sh
diff -u src/tests/usr.sbin/cpuctl/t_cpuctl.sh:1.1 src/tests/usr.sbin/cpuctl/t_cpuctl.sh:1.2
--- src/tests/usr.sbin/cpuctl/t_cpuctl.sh:1.1	Wed Jun 24 09:32:41 2020
+++ src/tests/usr.sbin/cpuctl/t_cpuctl.sh	Wed Jun 24 10:07:13 2020
@@ -1,4 +1,4 @@
-# $NetBSD: t_cpuctl.sh,v 1.1 2020/06/24 09:32:41 jruoho Exp $
+# $NetBSD: t_cpuctl.sh,v 1.2 2020/06/24 10:07:13 jruoho Exp $
 #
 # Copyright (c) 2020 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -176,7 +176,7 @@ offline_body() {
 	setcpu "offline" atf_fail "error in setting a CPU offline"
 
 	# Additional check that the boot processor cannot be
-	# set offline, as noted in the cpuctl(9) manual page.
+	# set offline, as noted in the cpuctl(8) manual page.
 	#
 	cpuctl offline 0 >/dev/null 2>&1
 

Reply via email to