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

Diff for /mandoc/Attic/manuals.7 between version 1.18 and 1.19

version 1.18, 2009/07/27 13:10:08 version 1.19, 2009/07/27 19:43:02
Line 113  The quick-fix feature of
Line 113  The quick-fix feature of
 is useful for checking over many manuals:  is useful for checking over many manuals:
 .Bd -literal -offset indent  .Bd -literal -offset indent
 % mandoc \-Wall \-fstrict \-Tlint \-fign-errors \e  % mandoc \-Wall \-fstrict \-Tlint \-fign-errors \e
   `find /usr/src \-name \e*\e.[1-9]` 2>&1 | \e    ./path/to/manuals/* 2>&1 > /tmp/mandoc.errs
   sed 's!^mandoc: !!' > /tmp/mandoc.errs  
 % vim -q /tmp/mandoc.errs  % vim -q /tmp/mandoc.errs
 .Ed  .Ed
 .Pp  .Pp

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb