Revision c55cc346 autotools/check-man-warnings

b/autotools/check-man-warnings
24 24
  man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
25 25
  grep -v -e "cannot adjust line" -e "can't break line" | \
26 26
  grep .
27

  
28
! grep -F -q '\[em]' "$1" || \
29
  { echo "Unescaped dashes found in $1, use \\-- instead of --" 1>&2; exit 1; }

Also available in: Unified diff