Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 579550
Collapse All | Expand All

(-)a/autotools/check-man-warnings (-1 / +1 lines)
Lines 35-41 Link Here
35
	loc="en_US.UTF-8"
35
	loc="en_US.UTF-8"
36
fi
36
fi
37
37
38
! LANG="$loc" LC_ALL="$loc" MANWIDTH=80 \
38
LANG="$loc" LC_ALL="$loc" MANWIDTH=80 \
39
  man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
39
  man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
40
  grep -v -e "cannot adjust line" -e "can't break line" | \
40
  grep -v -e "cannot adjust line" -e "can't break line" | \
41
  grep .
41
  grep .

Return to bug 579550