aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
authorMichael Kerrisk <mtk.manpages@gmail.com>2013-09-16 04:41:47 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2013-09-16 04:41:47 +0200
commitd60ee8836f82a6cbcf61e4070b4c86a401e22339 (patch)
tree271123ef8c42d177de61a0624a442f2e69384762 /scripts
parent69e8f02f235828919b4ace6bd3a1ecf0a6f74857 (diff)
downloadman-pages-d60ee8836f82a6cbcf61e4070b4c86a401e22339.tar.gz
find_repeated_words.sh: Add filename in comments
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r--scripts/find_repeated_words.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/find_repeated_words.sh b/scripts/find_repeated_words.sh
index cca6964f44..806b747897 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.