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

Diff for /mandoc/man.c between version 1.31 and 1.32

version 1.31, 2009/08/19 11:58:32 version 1.32, 2009/08/19 12:00:46
Line 68  static int   man_alloc1(struct man *);
Line 68  static int   man_alloc1(struct man *);
 static  int              pstring(struct man *, int, int,  static  int              pstring(struct man *, int, int,
                                 const char *, size_t);                                  const char *, size_t);
   
   #ifdef __linux__
   extern  size_t            strlcpy(char *, const char *, size_t);
   #endif
   
   
 const struct man_node *  const struct man_node *
 man_node(const struct man *m)  man_node(const struct man *m)

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb