summaryrefslogtreecommitdiffstats
path: root/sys/alpha/conf
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
committerpeter <peter@FreeBSD.org>2000-06-14 02:45:11 +0000
commit98de8beb88c8f76a8037155d6f7e7f264938dc56 (patch)
tree7ee62da797923ffa1c1eb6494da118b2e352243f /sys/alpha/conf
parenta6f4815b7e46b3d433952cdbb92603ad5247c777 (diff)
downloadFreeBSD-src-98de8beb88c8f76a8037155d6f7e7f264938dc56.zip
FreeBSD-src-98de8beb88c8f76a8037155d6f7e7f264938dc56.tar.gz
Print error messages to stderr, not stdout.
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r--sys/alpha/conf/gethints.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/conf/gethints.pl b/sys/alpha/conf/gethints.pl
index e29adb1..d00582c 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";
}
}
OpenPOWER on IntegriCloud