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

Diff for /src/usr.bin/mandoc/main.c between version 1.264 and 1.265

version 1.264, 2024/03/29 01:01:00 version 1.265, 2024/03/29 01:16:30
Line 391 
Line 391 
                 argv += optind;                  argv += optind;
         }          }
   
         /* Avoid repeated TZ lookups, especially for makewhatis. */  
         tzset();  
   
         /*          /*
          * Quirks for help(1) and man(1),           * Quirks for help(1) and man(1),
          * in particular for a section argument without -s.           * in particular for a section argument without -s.

Legend:
Removed from v.1.264  
changed lines
  Added in v.1.265