Hide Forgot
Description of problem: The manual page of `dig` utility is not rendered correctly. It is probably caused by leading white spaces. Version-Release number of selected component (if applicable): bind-utils-9.10.4-2.P4.fc25.x86_64.rpm How reproducible: Always Steps to Reproduce: 1. Download bind utils for Fedora 25 2. man dig Actual results: ``` DIG(1) BIND9 DIG(1) .SH "NAME" dig - DNS lookup utility .SH "SYNOPSIS" .HP 4 dig [@server] [-b address] [-c class] [-f filename] [-k filename] [-m] [-p port#] [-q name] [-t type] ... ``` Expected results: ``` DIG(1) BIND9 DIG(1) NAME dig - DNS lookup utility SYNOPSIS dig [@server] [-b address] [-c class] [-f filename] [-k filename] [-m] [-p port#] [-q name] [-t type] [-v] [-x addr] [-y [hmac:]name:key] [-4] [-6] [name] [type] [class] [queryopt...] dig [-h] ``` Additional info: You can fix it easily with: `sed -i 's|^\s*||' dig.1`
*** This bug has been marked as a duplicate of bug 1397186 ***