Skip to content
Snippets Groups Projects
Commit 650fd0c8 authored by Iustin Pop's avatar Iustin Pop
Browse files

Skip line-length warnings in man


Signed-off-by: default avatarIustin Pop <iustin@google.com>
Reviewed-by: default avatarMichael Hanselmann <hansmi@google.com>
parent 96b9071c
No related branches found
No related tags found
No related merge requests found
...@@ -21,4 +21,6 @@ ...@@ -21,4 +21,6 @@
set -e set -e
! LC_ALL=C MANWIDTH=80 \ ! LC_ALL=C MANWIDTH=80 \
man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | grep . man --warnings --encoding=utf8 --local-file "$1" 2>&1 >/dev/null | \
grep -v -e "cannot adjust line" -e "can't break line" | \
grep .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment