From d60ee8836f82a6cbcf61e4070b4c86a401e22339 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 16 Sep 2013 04:41:47 +0200 Subject: [PATCH] find_repeated_words.sh: Add filename in comments Signed-off-by: Michael Kerrisk --- scripts/find_repeated_words.sh | 2 ++ 1 file changed, 2 insertions(+) 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.