diff options
author | Steve Price <steve@FreeBSD.org> | 1997-11-30 01:01:47 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1997-11-30 01:01:47 +0000 |
commit | bab06090f9fc2110ade606088578af6b777b2db8 (patch) | |
tree | fbb21adabea865564265947ee355b21895959df0 /gnu/usr.bin/man/manpath/manpath.c | |
parent | a9876865439e61712b104b1effa021490197596b (diff) |
Notes
Diffstat (limited to 'gnu/usr.bin/man/manpath/manpath.c')
-rw-r--r-- | gnu/usr.bin/man/manpath/manpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c index 294ffaf99830..2fcbe0bc8a8d 100644 --- a/gnu/usr.bin/man/manpath/manpath.c +++ b/gnu/usr.bin/man/manpath/manpath.c @@ -135,7 +135,7 @@ manpath (perrs) char *get_manpath (); if (get_dirlist ()) - gripe_reading_mp_config (); + gripe_reading_mp_config (config_file); if ((manpathlist = getenv ("MANPATH")) != NULL) /* @@ -254,7 +254,7 @@ get_dirlist () } else { - gripe_reading_mp_config (); + gripe_reading_mp_config (config_file); } dlp++; } |