diff --git a/scripts/find_repeated_words.sh b/scripts/find_repeated_words.sh index cca6964f4..806b74789 100644 --- a/scripts/find_repeated_words.sh +++ b/scripts/find_repeated_words.sh @@ -1,5 +1,7 @@ #!/bin/sh # +# find_repeated_words.sh +# # A simple script for finding instances of repeated consecutive words # in manual pages -- human inspection can then determine if these # are real errors in the text.