Skip to content

Commit

Permalink
Fix TODO for "man --warnings"
Browse files Browse the repository at this point in the history
The "man" command produces copious amounts of uninteresting output on
stdout, which should be redirected to /dev/null; but it doesn't read
anything from stdin.
  • Loading branch information
jwilk committed Feb 20, 2019
1 parent 54f6a7c commit fb31801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/man.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ files = *.[1-9]
types = text/troff
command = mandoc -T lint {files}

# TODO: LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z <file> < /dev/null
# TODO: LC_ALL=en_US.UTF-8 MANROFFSEQ='' MANWIDTH=80 man --warnings -E UTF-8 -l -Tutf8 -Z <file> > /dev/null

0 comments on commit fb31801

Please sign in to comment.