]> git.cameronkatri.com Git - mandoc.git/blobdiff - manuals.7
`Cd' in -Thtml -mdoc correctly breaks lines.
[mandoc.git] / manuals.7
index 5f7c06a2d4d0b20ff20be58bf3c58e940a0a158b..47b0b78d439d47c484870102a1aa0b244df4746f 100644 (file)
--- a/manuals.7
+++ b/manuals.7
@@ -1,4 +1,4 @@
-.\"    $Id: manuals.7,v 1.18 2009/07/27 13:10:08 kristaps Exp $
+.\"    $Id: manuals.7,v 1.19 2009/07/27 19:43:02 kristaps Exp $
 .\"
 .\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
 .\"
@@ -113,8 +113,7 @@ The quick-fix feature of
 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
+  ./path/to/manuals/* 2>&1 > /tmp/mandoc.errs
 % vim -q /tmp/mandoc.errs
 .Ed
 .Pp