Fix bug with epydoc of BlockDev.GetUserspaceAccessUri
[ganeti-local] / autotools / check-man-warnings
index 11205fd..8c8235e 100755 (executable)
@@ -24,6 +24,3 @@ set -e
   man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
   grep -v -e "cannot adjust line" -e "can't break line" | \
   grep .
-
-! grep -F -q '\[em]' "$1" || \
-  { echo "Unescaped dashes found in $1, use \\-- instead of --" 1>&2; exit 1; }