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

Diff for /src/usr.bin/mandoc/mandoc_msg.c between version 1.5 and 1.6

version 1.5, 2019/07/10 19:38:56 version 1.6, 2019/07/14 18:14:27
Line 353 
Line 353 
         }          }
         fputc('\n', fileptr);          fputc('\n', fileptr);
 }  }
   
   void
   mandoc_msg_summary(void)
   {
           if (fileptr != NULL && rc != MANDOCLEVEL_OK)
                   fprintf(fileptr,
                       "%s: see above the output for %s messages\n",
                       getprogname(), level_name[rc]);
   }

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6