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

Diff for /mandoc/mdoc_man.c between version 1.96 and 1.97

version 1.96, 2016/01/08 17:48:09 version 1.97, 2017/01/10 12:53:07
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2011-2016 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011-2017 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 574  print_node(DECL_ARGS)
Line 574  print_node(DECL_ARGS)
         const struct manact     *act;          const struct manact     *act;
         struct roff_node        *sub;          struct roff_node        *sub;
         int                      cond, do_sub;          int                      cond, do_sub;
   
           if (n->flags & NODE_NOPRT)
                   return;
   
         /*          /*
          * Break the line if we were parsed subsequent the current node.           * Break the line if we were parsed subsequent the current node.

Legend:
Removed from v.1.96  
changed lines
  Added in v.1.97

CVSweb