#! /bin/sh /usr/share/dpatch/dpatch-run
## /tmp/manpage-fhs-dir-dict.patch.dpatch by  <jari.aalto@cante.net>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Fix FHS /usr/share/dict/words

@DPATCH@

diff --git a/agrep.1 b/agrep.1
index 0c17cc2..13b332d 100644
--- a/agrep.1
+++ b/agrep.1
@@ -298,7 +298,7 @@ outputs the lines containing ABCD followed, within arbitrary
 distance, by YZ, with up to one additional insertion
 (\-D2 and \-S2 make deletions and substitutions too "expensive").
 .TP
-agrep \-5 \-p abcdefghij /usr/dict/words
+agrep \-5 \-p abcdefghij /usr/share/dict/words
 outputs the list of all words containing at least 5 of the first 10
 letters of the alphabet \fIin order\fR.  (Try it:  any list starting
 with academia and ending with sacrilegious must mean something!)
