diff options
-rw-r--r-- | components/help/converters/gnome-man2html2/gnome-man2html.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/help/converters/gnome-man2html2/gnome-man2html.c b/components/help/converters/gnome-man2html2/gnome-man2html.c index 4eb7034ba..eff224832 100644 --- a/components/help/converters/gnome-man2html2/gnome-man2html.c +++ b/components/help/converters/gnome-man2html2/gnome-man2html.c @@ -179,7 +179,7 @@ static char *manpath[MAX_MAN_PATHS + 1] = { * setting. */ "/usr/X11/man/", - "/usr/X11R6/man/" + "/usr/X11R6/man/", "/usr/man/", "/usr/local/man/", "/usr/exp/man/", |