[BACK]Return to doc2info.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib / gnuplot / docs

Diff for /OpenXM_contrib/gnuplot/docs/Attic/doc2info.c between version 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2000/01/09 17:01:05 version 1.1.1.2, 2000/01/22 14:16:11
Line 148  FILE *a, *b;
Line 148  FILE *a, *b;
     refhead->next = refhead->prev = NULL;      refhead->next = refhead->prev = NULL;
   
     /* Info header */      /* Info header */
     fprintf(b, "This file is %s created by doc2info from %s.\n\n", ofile, ifile);      fprintf(b, "\
   This file is %s created by doc2info from %s.\n\
   \n\
   START-INFO-DIR-ENTRY\n\
   * Gnuplot: (gnuplot).           Gnuplot plotting program\n\
   END-INFO-DIR-ENTRY\n\n",
               ofile, ifile);
   
     /* and Top node */      /* and Top node */
     node_head(NULL, NULL, head->next->string, NULL, b);      node_head(NULL, NULL, head->next->string, NULL, b);

Legend:
Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>