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

Diff for /mandoc/Attic/man_argv.c between version 1.7 and 1.8

version 1.7, 2011/03/22 14:33:05 version 1.8, 2011/03/23 12:40:04
Line 18 
Line 18 
 #include "config.h"  #include "config.h"
 #endif  #endif
   
 #include <sys/types.h>  
   
 #include <assert.h>  #include <assert.h>
   
 #include "man.h"  #include "man.h"
Line 27 
Line 25 
 #include "libman.h"  #include "libman.h"
 #include "libmandoc.h"  #include "libmandoc.h"
   
 int  enum margserr
 man_args(struct man *m, int line, int *pos, char *buf, char **v)  man_args(struct man *m, int line, int *pos, char *buf, char **v)
 {  {
         char     *start;          char     *start;

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

CVSweb