[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.57 and 1.58

version 1.57, 2013/12/25 22:00:45 version 1.58, 2014/01/22 20:58:39
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2011, 2012, 2013 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2011, 2012, 2013, 2014 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 364  print_word(const char *s)
Line 364  print_word(const char *s)
                         break;                          break;
                 case (ASCII_HYPH):                  case (ASCII_HYPH):
                         putchar('-');                          putchar('-');
                           break;
                   case (ASCII_BREAK):
                           printf("\\:");
                         break;                          break;
                 case (' '):                  case (' '):
                         if (MMAN_nbrword & outflags) {                          if (MMAN_nbrword & outflags) {

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58

CVSweb