Recognize *roff comments.
This commit is contained in:
parent
06259ebaf8
commit
1fb8b3ddb1
@ -8,7 +8,7 @@
|
||||
find . -type f -name '*.[1-9ch]' | cut -c 3- | \
|
||||
while read f ; do
|
||||
svn proplist -v $f | grep -q 'FreeBSD=%H' || continue
|
||||
egrep -l '/\* \$FreeBSD[:\$]' $f >>keywords
|
||||
egrep -l '(\.\\"|/\*) \$FreeBSD[:\$]' $f >>keywords
|
||||
egrep -l '__RCSID\("\$FreeBSD[:\$]' $f >>rcsid
|
||||
done
|
||||
sort -u keywords rcsid | xargs perl -n -i -e '
|
||||
|
Loading…
x
Reference in New Issue
Block a user