Recognize *roff comments.

This commit is contained in:
Dag-Erling Smørgrav 2016-01-19 13:15:57 +00:00
parent 449d10e56e
commit c1ea5e1a86
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294322

View File

@ -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 '