We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On a RHEL7.1 system, the manual page of shine.conf prints some warnings about empty input lines on stderr.
[root@oval10 man]# uname -a Linux oval10.bullx 3.10.0-229.el7.x86_64 #1 SMP Thu Jan 29 18:37:38 EST 2015 x86_64 x86_64 x86_64 GNU/Linux [root@oval10 man]# man shine.conf > /tmp/test mdoc warning: Empty input line #55 mdoc warning: Empty input line #70 mdoc warning: Empty input line #92 mdoc warning: Empty input line #104 mdoc warning: Empty input line #110 mdoc warning: Empty input line #116 ```~ Reported by: theryf
The text was updated successfully, but these errors were encountered:
This error only appears when stdout is not sent to terminal. This is not shown when simply calling 'man shine.conf'.
Anyway the problem is trivial to fix.
Original comment by: degremont
Sorry, something went wrong.
No branches or pull requests
On a RHEL7.1 system, the manual page of shine.conf prints some warnings
about empty input lines on stderr.
The text was updated successfully, but these errors were encountered: