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

Diff for /mandoc/term.c between version 1.89 and 1.90

version 1.89, 2009/07/16 13:17:51 version 1.90, 2009/07/19 21:26:27
Line 204  term_isopendelim(const char *p)
Line 204  term_isopendelim(const char *p)
  *  possible).   *  possible).
  *   *
  *  FIXME: newline breaks occur (in groff) also occur when a single   *  FIXME: newline breaks occur (in groff) also occur when a single
  *  space follows a NOBREAK!   *  space follows a NOBREAK (try `Bl -tag')
    *
    *  FIXME: there's a newline error where a `Bl -diag' will have a
    *  trailing newline if the line is exactly 73 chars long.
  */   */
 void  void
 term_flushln(struct termp *p)  term_flushln(struct termp *p)

Legend:
Removed from v.1.89  
changed lines
  Added in v.1.90

CVSweb