diff options
Diffstat (limited to 'sys/alpha/conf/gethints.awk')
| -rw-r--r-- | sys/alpha/conf/gethints.awk | 2 |
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; } |
