diff options
author | Jakub Wilk <jwilk@jwilk.net> | 2015-12-06 19:47:29 +0100 |
---|---|---|
committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2015-12-07 08:13:20 +0100 |
commit | fae23c624e68ea384a380c93d09376a424a5e328 (patch) | |
tree | a7d7bd82282010cd2f4f8ad120a738aad43afaf4 /scripts | |
parent | 39a15561669edc32229a8e351c3ddb190344a829 (diff) | |
download | man-pages-fae23c624e68ea384a380c93d09376a424a5e328.tar.gz |
scripts/markup_check.sh: tfix
Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/markup_check.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/markup_check.sh b/scripts/markup_check.sh index fdf047af06..4dddd3a2a3 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 |