diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 1999-08-20 10:44:51 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 1999-08-20 10:44:51 +0000 |
commit | 7a4acb8075c979c39646b6e812a5b5c5a1ac5357 (patch) | |
tree | 4e6a7ec0446bc1d32377abdde8b3f7ab943d8cc4 /gnu/usr.bin/man/manpath/manpath.c | |
parent | 9212e4c73a134f9a56b68617d6f12abd2359ce01 (diff) |
Notes
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 c4ddcf1398b4..990805fae6a7 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)) { |