summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
commit2c7c3a91e93552a7327d396278a125d69f95e2af (patch)
tree8acb449760800809d59af2a24cf7c95d98c764c7 /sys
parent70776a9c0ba54b0f55256acd66004283a9b96a9f (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/gethints.pl2
-rw-r--r--sys/i386/conf/gethints.pl2
-rw-r--r--sys/pc98/conf/gethints.pl2
3 files changed, 3 insertions, 3 deletions
diff --git a/sys/alpha/conf/gethints.pl b/sys/alpha/conf/gethints.pl
index e29adb113266..d00582c83b6e 100644
--- a/sys/alpha/conf/gethints.pl
+++ b/sys/alpha/conf/gethints.pl
@@ -89,6 +89,6 @@ while (<STDIN>) {
}
next;
}
- print "unrecognized config token $key\n";
+ print STDERR "unrecognized config token $key\n";
}
}
diff --git a/sys/i386/conf/gethints.pl b/sys/i386/conf/gethints.pl
index e29adb113266..d00582c83b6e 100644
--- a/sys/i386/conf/gethints.pl
+++ b/sys/i386/conf/gethints.pl
@@ -89,6 +89,6 @@ while (<STDIN>) {
}
next;
}
- print "unrecognized config token $key\n";
+ print STDERR "unrecognized config token $key\n";
}
}
diff --git a/sys/pc98/conf/gethints.pl b/sys/pc98/conf/gethints.pl
index d5990d0c90e2..51ac8a98fc22 100644
--- a/sys/pc98/conf/gethints.pl
+++ b/sys/pc98/conf/gethints.pl
@@ -82,6 +82,6 @@ while (<STDIN>) {
}
next;
}
- print "unrecognized config token $key\n";
+ print STDERR "unrecognized config token $key\n";
}
}