summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/man/manpath/manpath.c
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/usr.bin/man/manpath/manpath.c')
-rw-r--r--gnu/usr.bin/man/manpath/manpath.c4
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++;
}