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

Diff for /mandoc/mdoc.h between version 1.138 and 1.139

version 1.138, 2015/04/02 22:48:17 version 1.139, 2015/04/02 23:48:19
Line 172  enum mdocargt {
Line 172  enum mdocargt {
         MDOC_ARG_MAX          MDOC_ARG_MAX
 };  };
   
 struct  mdoc_meta {  
         char             *msec; /* `Dt' section (1, 3p, etc.) */  
         char             *vol; /* `Dt' volume (implied) */  
         char             *arch; /* `Dt' arch (i386, etc.) */  
         char             *date; /* `Dd' normalised date */  
         char             *title; /* `Dt' title (FOO, etc.) */  
         char             *os; /* `Os' system (OpenBSD, etc.) */  
         char             *name; /* leading `Nm' name */  
 };  
   
 /*  /*
  * An argument to a macro (multiple values = `-column xxx yyy').   * An argument to a macro (multiple values = `-column xxx yyy').
  */   */
Line 295  __BEGIN_DECLS
Line 285  __BEGIN_DECLS
 struct  mdoc;  struct  mdoc;
   
 const struct roff_node *mdoc_node(const struct mdoc *);  const struct roff_node *mdoc_node(const struct mdoc *);
 const struct mdoc_meta *mdoc_meta(const struct mdoc *);  const struct roff_meta *mdoc_meta(const struct mdoc *);
 void mdoc_deroff(char **, const struct roff_node *);  void mdoc_deroff(char **, const struct roff_node *);
   
 __END_DECLS  __END_DECLS

Legend:
Removed from v.1.138  
changed lines
  Added in v.1.139

CVSweb