[BACK]Return to catman.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/catman.c between version 1.22 and 1.23

version 1.22, 2020/06/14 23:40:31 version 1.23, 2021/10/15 15:04:02
Line 62  run_mandocd(int sockfd, const char *outtype, const cha
Line 62  run_mandocd(int sockfd, const char *outtype, const cha
         else          else
                 execlp("mandocd", "mandocd", "-T", outtype,                  execlp("mandocd", "mandocd", "-T", outtype,
                     "-I", defos, sockfdstr, (char *)NULL);                      "-I", defos, sockfdstr, (char *)NULL);
         err(1, "exec");          err(1, "exec(mandocd)");
 }  }
   
 ssize_t  ssize_t

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23

CVSweb