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

version 1.18, 2009/07/27 13:10:08 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 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.20

CVSweb