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

Diff for /mandoc/Attic/mdocml.c between version 1.18 and 1.19

version 1.18, 2008/12/09 00:27:17 version 1.19, 2008/12/09 17:09:12
Line 50  static int   begin_bufs(const struct md_args *,
Line 50  static int   begin_bufs(const struct md_args *,
 static int               leave_bufs(const struct md_buf *,  static int               leave_bufs(const struct md_buf *,
                                 const struct md_buf *, int);                                  const struct md_buf *, int);
   
   #ifdef __linux__
   extern  int              getsubopt(char **, char *const *, char **);
   #endif
   
 int  int
 main(int argc, char *argv[])  main(int argc, char *argv[])
 {  {
Line 265  usage(void)
Line 269  usage(void)
 {  {
         extern char     *__progname;          extern char     *__progname;
   
         (void)printf("usage: %s [-v] [-Wwarn...]  [-f filter] "          (void)fprintf(stderr, "usage: %s [-v] [-Wwarn...]  "
                         "[-o outfile] [infile]\n", __progname);                          "[-f filter] [-o outfile] [infile]\n",
                           __progname);
 }  }
   

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb