Description of problem: The utility dig has incorrectly formatted manual page Version-Release number of selected component (if applicable): sh$ rpm -q man-db bind-utils man-db-2.7.5-3.fc25.x86_64 bind-utils-9.10.4-2.P4.fc25.x86_64 How reproducible: Deterministic Steps to Reproduce: 1. 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] [-v] [-x addr] [-y [hmac:]name:key] [-4] [-6] [name] [type] [class] [queryopt...] .HP 4 dig [-h] 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] dig [global-queryopt...] [query...] DESCRIPTION dig (domain information groper) is a flexible tool for interrogating DNS name servers. It performs DNS lookups and displays the answers that are returned from the name server(s) that were queried. Most DNS administrators use dig to troubleshoot DNS problems because of its flexibility, ease of use and clarity of output. Other lookup tools tend to have less functionality than dig. Although dig is normally used with command-line arguments, it also has a batch mode of operation for reading lookup requests from a file. A brief summary of its command-line arguments and options is printed when the -h option is given. Unlike earlier versions, the BIND 9 implementation of dig allows multiple lookups to be issued from the Additional info: The manual page for nslookup looks good
*** This bug has been marked as a duplicate of bug 1397186 ***