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

Diff for /src/usr.bin/sendbug/sendbug.c between version 1.78 and 1.79

version 1.78, 2017/08/21 21:41:13 version 1.79, 2022/03/29 18:44:12
Line 44 
Line 44 
 void    usbdevs(FILE *);  void    usbdevs(FILE *);
   
 const char *categories = "system user library documentation kernel "  const char *categories = "system user library documentation kernel "
     "alpha amd64 arm hppa i386 m88k mips64 powerpc sh sparc sparc64 vax";      "alpha amd64 arm hppa i386 m88k mips64 powerpc riscv64 sh sparc64";
 const char *comment[] = {  const char *comment[] = {
         "<synopsis of the problem (one line)>",          "<synopsis of the problem (one line)>",
         "<PR category (one line)>",          "<PR category (one line)>",

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79