[BACK]Return to mdoc_man.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_man.c between version 1.94 and 1.95

version 1.94, 2016/01/08 17:48:04 version 1.95, 2017/01/10 12:54:27
Line 1 
Line 1 
 /*      $OpenBSD$ */  /*      $OpenBSD$ */
 /*  /*
  * 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 572 
Line 572 
         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.94  
changed lines
  Added in v.1.95