[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.20

version 1.17, 2009/07/20 13:45:11 version 1.20, 2010/04/13 05:26:49
Line 1 
Line 1 
 .\"     $Id$  .\"     $Id$
 .\"  .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>  .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@bsd.lv>
 .\"  .\"
 .\" Permission to use, copy, modify, and distribute this software for any  .\" Permission to use, copy, modify, and distribute this software for any
 .\" purpose with or without fee is hereby granted, provided that the above  .\" purpose with or without fee is hereby granted, provided that the above
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
     ./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.17  
changed lines
  Added in v.1.20

CVSweb