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

Diff for /mandoc/libmdoc.h between version 1.110 and 1.112

version 1.110, 2017/04/24 23:06:17 version 1.112, 2017/05/30 16:22:03
Line 39  enum margserr {
Line 39  enum margserr {
         ARGS_EOLN, /* end-of-line */          ARGS_EOLN, /* end-of-line */
         ARGS_WORD, /* normal word */          ARGS_WORD, /* normal word */
         ARGS_PUNCT, /* series of punctuation */          ARGS_PUNCT, /* series of punctuation */
         ARGS_QWORD, /* quoted word */  
         ARGS_PHRASE /* Bl -column phrase */          ARGS_PHRASE /* Bl -column phrase */
 };  };
   
Line 76  void    mdoc_node_relink(struct roff_man *, struct rof
Line 75  void    mdoc_node_relink(struct roff_man *, struct rof
 void              mdoc_node_validate(struct roff_man *);  void              mdoc_node_validate(struct roff_man *);
 void              mdoc_state(struct roff_man *, struct roff_node *);  void              mdoc_state(struct roff_man *, struct roff_node *);
 void              mdoc_state_reset(struct roff_man *);  void              mdoc_state_reset(struct roff_man *);
 enum roff_tok     mdoc_hash_find(const char *);  
 const char       *mdoc_a2arch(const char *);  const char       *mdoc_a2arch(const char *);
 const char       *mdoc_a2att(const char *);  const char       *mdoc_a2att(const char *);
 const char       *mdoc_a2lib(const char *);  const char       *mdoc_a2lib(const char *);

Legend:
Removed from v.1.110  
changed lines
  Added in v.1.112

CVSweb