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

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

version 1.17, 2009/07/20 13:45:11 version 1.18, 2009/07/27 13:10:08
Line 106  for this document.  Rename the template file:
Line 106  for this document.  Rename the template file:
 .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
     `find /usr/src \-name \e*\e.[1-9]` 2>&1 | \e
     sed 's!^mandoc: !!' > /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.17  
changed lines
  Added in v.1.18

CVSweb