Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> --- scripts/markup_check.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh index fdf047a..4dddd3a 100644 --- a/scripts/markup_check.sh +++ b/scripts/markup_check.sh @@ -26,7 +26,7 @@ pagename_pattern='[a-z_A-Z][^ ]*' grep "$pattern" $file_list | sed 's/^/ /' | tee -a $LOG echo "" - echo "Checking for misformmatted punctuation in .BR xrefs" + echo "Checking for misformatted punctuation in .BR xrefs" pattern='^\.BR *'"$pagename_pattern"' *([1-8a-zA-Z]*) [^ ]' echo " Pattern: '$pattern'" grep "$pattern" $file_list | sed 's/^/ /' | tee -a $LOG -- 2.6.2 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html