[BACK]Return to dig.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / dig

Diff for /src/usr.bin/dig/dig.c between version 1.9 and 1.10

version 1.9, 2020/02/15 11:57:11 version 1.10, 2020/02/17 18:58:39
Line 626 
Line 626 
         }          }
 }  }
   
 /*%  
  * We're not using isc_commandline_parse() here since the command line  
  * syntax of dig is quite a bit different from that which can be described  
  * by that routine.  
  * XXX doc options  
  */  
   
 static void  static void
 plus_option(const char *option, isc_boolean_t is_batchfile,  plus_option(const char *option, isc_boolean_t is_batchfile,
             dig_lookup_t *lookup)              dig_lookup_t *lookup)

Legend:
Removed from v.1.9  
changed lines
  Added in v.1.10