diff options
author | ru <ru@FreeBSD.org> | 1999-08-20 10:44:51 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 1999-08-20 10:44:51 +0000 |
commit | 9deab5cc4784f9cc208ac1f040ef3379f1e59fff (patch) | |
tree | 253c1cf059c8f793f2985499c9c489fcb884dc0f /gnu/usr.bin/man/manpath/manpath.c | |
parent | 02a6338c263572537dca788b6a20b81d2ac3bc88 (diff) | |
download | FreeBSD-src-9deab5cc4784f9cc208ac1f040ef3379f1e59fff.zip FreeBSD-src-9deab5cc4784f9cc208ac1f040ef3379f1e59fff.tar.gz |
Remove unused MANBIN directive.
Diffstat (limited to 'gnu/usr.bin/man/manpath/manpath.c')
-rw-r--r-- | gnu/usr.bin/man/manpath/manpath.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/man/manpath/manpath.c b/gnu/usr.bin/man/manpath/manpath.c index c4ddcf1..990805f 100644 --- a/gnu/usr.bin/man/manpath/manpath.c +++ b/gnu/usr.bin/man/manpath/manpath.c @@ -200,9 +200,6 @@ get_dirlist () if (*bp == '#' || *bp == '\n') continue; - if (!strncmp ("MANBIN", bp, 6)) - continue; - if (!strncmp ("MANDATORY_MANPATH", bp, 17) || !strncmp ("OPTIONAL_MANPATH", bp, 16)) { |