Description: fix paths to match Debian FHS
 As lintian says:
  The manual page references a directory that is specified
  in the FSSTND but not in the FHS which is used by Debian.
  This can be an indicator of a mismatch of the location of
  files as installed for Debian and as described by the man
  page.
Author: Jonathan Yu <jawnsy@cpan.org>
Origin: vendor
Forwarded: not-needed
Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk>
Last-Update: 2011-01-25
--- a/C/C-Cookbook.pod
+++ b/C/C-Cookbook.pod
@@ -174,8 +174,8 @@
 
 Running this script produces:
 
-    > perl vowels.pl /usr/dict/words
-    The letters in /usr/dict/words are 37.5% vowels.
+    > perl vowels.pl /usr/share/dict/words
+    The letters in /usr/share/dict/words are 37.5% vowels.
 
 =item See Also
 
