scripts/markup_check.sh: tfix

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2015-12-06 19:47:29 +01:00 committed by Michael Kerrisk
parent 39a1556166
commit fae23c624e
1 changed files with 1 additions and 1 deletions

View File

@ -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