summaryrefslogtreecommitdiff
path: root/sys/alpha/conf/gethints.awk
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2006-05-23 04:09:12 +0000
commit8bf7295cd17b8415c40bde11aa8f5bbbd597e5d6 (patch)
tree81a52679e3e7f6958a04688cb683eaf21a140f5c /sys/alpha/conf/gethints.awk
parentde7242811fa5d383ece9325e6864e857b2997f20 (diff)
Diffstat (limited to 'sys/alpha/conf/gethints.awk')
-rw-r--r--sys/alpha/conf/gethints.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/alpha/conf/gethints.awk b/sys/alpha/conf/gethints.awk
index a2de29e27821..25fc6b7bbd49 100644
--- a/sys/alpha/conf/gethints.awk
+++ b/sys/alpha/conf/gethints.awk
@@ -6,7 +6,7 @@
# 'hints' directive. See how GENERIC and GENERIC.hints fit together for
# a static example. You should use loader(8) if at all possible.
#
-# $FreeBSD$
+# $FreeBSD: src/sys/alpha/conf/gethints.awk,v 1.2 2002/07/26 03:52:29 peter Exp $
# skip commented lines, empty lines and not "device" lines
/^[ \t]*#/ || /^[ \t]*$/ || !/[ \t]*device/ { next; }