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

Diff for /mandoc/mdoc_macro.c between version 1.232 and 1.233

version 1.232, 2019/01/07 07:26:29 version 1.233, 2020/01/19 16:44:50
Line 61  static void  rew_pending(struct roff_man *,
Line 61  static void  rew_pending(struct roff_man *,
                                 const struct roff_node *);                                  const struct roff_node *);
   
 static const struct mdoc_macro mdoc_macros[MDOC_MAX - MDOC_Dd] = {  static const struct mdoc_macro mdoc_macros[MDOC_MAX - MDOC_Dd] = {
         { in_line_eoln, MDOC_PROLOGUE }, /* Dd */          { in_line_eoln, MDOC_PROLOGUE | MDOC_JOIN }, /* Dd */
         { in_line_eoln, MDOC_PROLOGUE }, /* Dt */          { in_line_eoln, MDOC_PROLOGUE }, /* Dt */
         { in_line_eoln, MDOC_PROLOGUE }, /* Os */          { in_line_eoln, MDOC_PROLOGUE }, /* Os */
         { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */          { blk_full, MDOC_PARSED | MDOC_JOIN }, /* Sh */

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233

CVSweb