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

Diff for /mandoc/mandoc.c between version 1.48 and 1.49

version 1.48, 2011/04/19 16:38:48 version 1.49, 2011/04/30 10:18:24
Line 603  mandoc_eos(const char *p, size_t sz, int enclosed)
Line 603  mandoc_eos(const char *p, size_t sz, int enclosed)
         /*          /*
          * End-of-sentence recognition must include situations where           * End-of-sentence recognition must include situations where
          * some symbols, such as `)', allow prior EOS punctuation to           * some symbols, such as `)', allow prior EOS punctuation to
          * propogate outward.           * propagate outward.
          */           */
   
         found = 0;          found = 0;

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb