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

Diff for /src/usr.bin/mandoc/Attic/manuals.7 between version 1.4 and 1.5

version 1.4, 2009/07/26 00:56:53 version 1.5, 2009/08/22 16:32:22
Line 106 
Line 106 
 .Ss Development Tools  .Ss Development Tools
 While writing, make sure that your manual is correctly structured:  While writing, make sure that your manual is correctly structured:
 .Pp  .Pp
 .Dl % mandoc \-Tlint \-Wall name.1  .Dl % mandoc \-Tlint \-Wall \-fstrict name.1
   .Pp
   The quick-fix feature of
   .Xr vim 1
   is useful for checking over many manuals:
   .Bd -literal -offset indent
   % mandoc \-Wall \-fstrict \-Tlint \-fign-errors \e
     ./path/to/manuals/* 2>&1 > /tmp/mandoc.errs
   % vim -q /tmp/mandoc.errs
   .Ed
 .Pp  .Pp
 You may spell-check your work as follows:  You may spell-check your work as follows:
 .Pp  .Pp

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5