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

Diff for /mandoc/man.h between version 1.71 and 1.72

version 1.71, 2015/04/02 22:48:17 version 1.72, 2015/04/02 23:48:19
Line 56 
Line 56 
 #define MAN_ll  37  #define MAN_ll  37
 #define MAN_MAX 38  #define MAN_MAX 38
   
 struct  man_meta {  
         char            *msec; /* `TH' section (1, 3p, etc.) */  
         char            *date; /* `TH' normalised date */  
         char            *vol; /* `TH' volume */  
         char            *title; /* `TH' title (e.g., FOO) */  
         char            *source; /* `TH' source (e.g., GNU) */  
         int              hasbody; /* document is not empty */  
 };  
   
 /* Names of macros. */  /* Names of macros. */
 extern  const char *const *man_macronames;  extern  const char *const *man_macronames;
   
Line 73  __BEGIN_DECLS
Line 64  __BEGIN_DECLS
 struct  man;  struct  man;
   
 const struct roff_node *man_node(const struct man *);  const struct roff_node *man_node(const struct man *);
 const struct man_meta *man_meta(const struct man *);  const struct roff_meta *man_meta(const struct man *);
 const struct mparse   *man_mparse(const struct man *);  const struct mparse   *man_mparse(const struct man *);
 void man_deroff(char **, const struct roff_node *);  void man_deroff(char **, const struct roff_node *);
   

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

CVSweb