diff -urN xvkbd-3.0.orig/README xvkbd-3.0/README --- xvkbd-3.0.orig/README 2008-05-05 16:12:13 +0300 +++ xvkbd-3.0/README 2008-05-08 01:34:47 +0300 @@ -93,7 +93,7 @@ characters of the selected word by clicking one of the words in the list. - The dictionary (list of words) file is /usr/dict/words by default, but + The dictionary (list of words) file is /usr/share/dict/words by default, but it can be changed by -dict option or xvkbd.dictFile resouce. Main Menu diff -urN xvkbd-3.0.orig/xvkbd.c xvkbd-3.0/xvkbd.c --- xvkbd-3.0.orig/xvkbd.c 2008-05-05 16:03:41 +0300 +++ xvkbd-3.0/xvkbd.c 2008-05-08 01:34:40 +0300 @@ -346,7 +346,7 @@ { "keyFile", "KeyFile", XtRString, sizeof(char *), Offset(key_file), XtRImmediate, ".xvkbd" }, { "dictFile", "DictFile", XtRString, sizeof(char *), - Offset(dict_file), XtRImmediate, "/usr/dict/words" }, + Offset(dict_file), XtRImmediate, "/usr/share/dict/words" }, { "customizations", "Customizations", XtRString, sizeof(char *), Offset(customizations), XtRImmediate, "default" }, { "editableFunctionKeys", "EditableFunctionKeys", XtRInt, sizeof(int), @@ -1154,7 +1154,7 @@ * via xvkbd can be listed, and choosing one of them will send the * suffix to the clients. * Words for completion will be read from dictionary file specified - * with xvkbd.dictFile resource, such as /usr/dict/words. + * with xvkbd.dictFile resource, such as /usr/share/dict/words. */ static Widget completion_panel = None; static Widget completion_entry = None; diff -urN xvkbd-3.0.orig/xvkbd.man xvkbd-3.0/xvkbd.man --- xvkbd-3.0.orig/xvkbd.man 2008-05-05 16:12:13 +0300 +++ xvkbd-3.0/xvkbd.man 2008-05-08 01:34:54 +0300 @@ -116,7 +116,7 @@ and you can enter the remaining characters of the selected word by clicking one of the words in the list. .PP -The dictionary (list of words) file is \fB/usr/dict/words\fP by default, +The dictionary (list of words) file is \fB/usr/share/dict/words\fP by default, but it can be changed by \fB-dict\fP option or \fBxvkbd.dictFile\fP resouce. .SH " Main Menu"