diff -Naur orig/hangman-0.9.2/hangman.6 hangman-0.9.2/hangman.6
--- orig/hangman-0.9.2/hangman.6	2004-04-09 17:55:05.000000000 -0400
+++ hangman-0.9.2/hangman.6	2007-08-08 11:32:10.000000000 -0400
@@ -10,7 +10,7 @@
 .SH OPTIONS
 .TP
 .BR -d\ DICTIONARY_NAME
-used to load an alternate dictionary. By default /usr/share/dict/words is used.
+used to load an alternate dictionary. By default /usr/share/hangman/words is used.
 .br
 .SH SEE ALSO
 http://hangman.shiftygames.com
diff -Naur orig/hangman-0.9.2/src/hangman.c hangman-0.9.2/src/hangman.c
--- orig/hangman-0.9.2/src/hangman.c	2004-04-10 17:20:11.000000000 -0400
+++ hangman-0.9.2/src/hangman.c	2007-08-08 11:37:00.000000000 -0400
@@ -747,7 +747,7 @@
 			strncpy(dictionary, argv[2], 511);
 	}
 	else
-		strcpy(dictionary, "/usr/share/dict/words");
+		strcpy(dictionary, "/usr/share/hangman/words");
 
 	/* Set up and intialize SDL */
 	SE_SetName("Hangman 0.9.2");
