Here it is (in attachment).

Have a nice day,

Jan

On Sat, Jan 26, 2019 at 2:33 AM Colin Watson <cjwat...@debian.org> wrote:

> On Thu, Jan 17, 2019 at 04:19:16PM +0100, Jan van Haarst wrote:
> >    I am trying to use a man page that is installed using conda.
> >
> >    If I start man like this : man -d parallel , I see this :
> >
> >    (unrelated info removed)
> >    ---
> >    path directory /home/haars001/miniconda2/envs/isoseq/bin is not in the
> >    config file
> >    and doesn't have ../man, man, ../share/man, or share/man
> subdirectories
> >    ---
> >    But if I do a manual lookup with ls, I get this :
> >    ---
> >    ls /home/haars001/miniconda2/envs/isoseq/bin/../man
> >    man1  man3
> >    ls /home/haars001/miniconda2/envs/isoseq/bin/../share/man
> >    man1  man3  man5  man7  man8
> >    ---
> >    As man can't find the correct subdirectory, I get the wrong man page
> in
> >    this case, or man can't find the man page in other cases.
> >    I hope this is user error, then it's easier to fix....
>
> Thanks for your report.  Could I please see the full output of "man -d
> parallel", even if some of it looks unrelated?
>
> --
> Colin Watson                                       [cjwat...@debian.org]
>


-- 
Dag,
Jan
haars001@hogeweg:~$ conda activate isoseq
(isoseq) haars001@hogeweg:~$ man -d parallel
ruid=16825946, euid=16825946
rgid=16777729, egid=16777729
++priv_drop_count = 1
From the config file /etc/manpath.config:

Mandatory mandir `/usr/man'.
Mandatory mandir `/usr/share/man'.
Mandatory mandir `/usr/local/share/man'.
Path `/bin' mapped to mandir `/usr/share/man'.
Path `/usr/bin' mapped to mandir `/usr/share/man'.
Path `/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/sbin' mapped to mandir `/usr/share/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/man'.
Path `/usr/local/bin' mapped to mandir `/usr/local/share/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/man'.
Path `/usr/local/sbin' mapped to mandir `/usr/local/share/man'.
Path `/usr/X11R6/bin' mapped to mandir `/usr/X11R6/man'.
Path `/usr/bin/X11' mapped to mandir `/usr/X11R6/man'.
Path `/usr/games' mapped to mandir `/usr/share/man'.
Path `/opt/bin' mapped to mandir `/opt/man'.
Path `/opt/sbin' mapped to mandir `/opt/man'.
Global mandir `/usr/man', catdir `/var/cache/man/fsstnd'.
Global mandir `/usr/share/man', catdir `/var/cache/man'.
Global mandir `/usr/local/man', catdir `/var/cache/man/oldlocal'.
Global mandir `/usr/local/share/man', catdir `/var/cache/man/local'.
Global mandir `/usr/X11R6/man', catdir `/var/cache/man/X11R6'.
Global mandir `/opt/man', catdir `/var/cache/man/opt'.
Added section `1'.
Added section `n'.
Added section `l'.
Added section `8'.
Added section `3'.
Added section `2'.
Added section `3posix'.
Added section `3pm'.
Added section `3perl'.
Added section `3am'.
Added section `5'.
Added section `4'.
Added section `9'.
Added section `6'.
Added section `7'.
`/usr/man'      `'      `1'
`/usr/share/man'        `'      `1'
`/usr/local/share/man'  `'      `1'
`/bin'  `/usr/share/man'        `0'
`/usr/bin'      `/usr/share/man'        `0'
`/sbin' `/usr/share/man'        `0'
`/usr/sbin'     `/usr/share/man'        `0'
`/usr/local/bin'        `/usr/local/man'        `0'
`/usr/local/bin'        `/usr/local/share/man'  `0'
`/usr/local/sbin'       `/usr/local/man'        `0'
`/usr/local/sbin'       `/usr/local/share/man'  `0'
`/usr/X11R6/bin'        `/usr/X11R6/man'        `0'
`/usr/bin/X11'  `/usr/X11R6/man'        `0'
`/usr/games'    `/usr/share/man'        `0'
`/opt/bin'      `/opt/man'      `0'
`/opt/sbin'     `/opt/man'      `0'
`/usr/man'      `/var/cache/man/fsstnd' `-1'
`/usr/share/man'        `/var/cache/man'        `-1'
`/usr/local/man'        `/var/cache/man/oldlocal'       `-1'
`/usr/local/share/man'  `/var/cache/man/local'  `-1'
`/usr/X11R6/man'        `/var/cache/man/X11R6'  `-1'
`/opt/man'      `/var/cache/man/opt'    `-1'
`1'     `'      `-5'
`n'     `'      `-5'
`l'     `'      `-5'
`8'     `'      `-5'
`3'     `'      `-5'
`2'     `'      `-5'
`3posix'        `'      `-5'
`3pm'   `'      `-5'
`3perl' `'      `-5'
`3am'   `'      `-5'
`5'     `'      `-5'
`4'     `'      `-5'
`9'     `'      `-5'
`6'     `'      `-5'
`7'     `'      `-5'
is a tty
real user = 16825946; effective user = 16825946

using pager as pager

path directory /home/haars001/miniconda2/envs/isoseq/bin is not in the config 
file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /home/haars001/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /home/haars001/.local/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /home/haars001/miniconda2/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /usr/local/sbin is in the config file
adding /usr/local/man to manpath
adding /usr/local/share/man to manpath

path directory /usr/local/bin is in the config file
/usr/local/man is already in the manpath
/usr/local/share/man is already in the manpath

path directory /usr/sbin is in the config file
adding /usr/share/man to manpath

path directory /usr/bin is in the config file
/usr/share/man is already in the manpath

path directory /sbin is in the config file
/usr/share/man is already in the manpath

path directory /bin is in the config file
/usr/share/man is already in the manpath

path directory /usr/games is in the config file
/usr/share/man is already in the manpath

path directory /usr/local/games is not in the config file
but does have a ../man, man, ../share/man, or share/man subdirectory
/usr/local/man is already in the manpath

path directory /snap/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /usr/lib/jvm/java-8-oracle/bin is not in the config file
but does have a ../man, man, ../share/man, or share/man subdirectory
adding /usr/lib/jvm/java-8-oracle/man to manpath

path directory /usr/lib/jvm/java-8-oracle/db/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /usr/lib/jvm/java-8-oracle/jre/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

path directory /home/haars001/.fzf/bin is not in the config file
and doesn't have ../man, man, ../share/man, or share/man subdirectories

adding mandatory man directories

warning: /usr/man: No such file or directory
/usr/share/man is already in the manpath
/usr/local/share/man is already in the manpath
add_nls_manpaths(): processing 
/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man
checking for locale en_US
checking for locale en
checking for locale en_US.UTF-8
manpath search path (with duplicates) = 
/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man:/usr/local/man:/usr/local/share/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /usr/lib/jvm/java-8-oracle/man to manpathlist
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /usr/lib/jvm/java-8-oracle/man to manpathlist
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /usr/lib/jvm/java-8-oracle/man to manpathlist
adding /usr/local/man to manpathlist
adding /usr/local/share/man to manpathlist
adding /usr/share/man to manpathlist
adding /usr/lib/jvm/java-8-oracle/man to manpathlist
Removing duplicate manpath entry /usr/local/share/man (1) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/share/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/share/man (3) -> /usr/share/man (1)
Removing duplicate manpath entry /usr/lib/jvm/java-8-oracle/man (3) -> 
/usr/lib/jvm/java-8-oracle/man (2)
Removing duplicate manpath entry /usr/local/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/share/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/share/man (3) -> /usr/share/man (1)
Removing duplicate manpath entry /usr/lib/jvm/java-8-oracle/man (3) -> 
/usr/lib/jvm/java-8-oracle/man (2)
Removing duplicate manpath entry /usr/local/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/local/share/man (3) -> /usr/local/man (0)
Removing duplicate manpath entry /usr/share/man (3) -> /usr/share/man (1)
Removing duplicate manpath entry /usr/lib/jvm/java-8-oracle/man (3) -> 
/usr/lib/jvm/java-8-oracle/man (2)
final search path = /usr/local/man:/usr/share/man:/usr/lib/jvm/java-8-oracle/man
--priv_drop_count = 0
searching in /usr/local/man, section 1
trying section 1 with globbing
Layout is GNU (1)
update_directory_cache /usr/local/man: miss
globbing pattern in /usr/local/man: man1*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat1*
hashtable_free: 0 entries, 0 (0%) unique
Failed to open /var/cache/man/oldlocal/index.db O_RDONLY
searching in /usr/share/man, section 1
trying section 1 with globbing
update_directory_cache /usr/share/man: miss
globbing pattern in /usr/share/man: man1*
matched: /usr/share/man/man1
update_directory_cache /usr/share/man/man1: miss
globbing pattern in /usr/share/man/man1: parallel.1*
matched: /usr/share/man/man1/parallel.1.gz
hashtable_free: 1 entries, 1 (100%) unique

ult_src: File /usr/share/man/man1/parallel.1.gz in mantree /usr/share/man
loading seccomp filter (permissive: 0)
candidate: 0 0 parallel /usr/share/man /usr/share/man/man1/parallel.1.gz A - 1 1
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 1
trying section 1 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: miss
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man1*
matched: /usr/lib/jvm/java-8-oracle/man/man1
update_directory_cache /usr/lib/jvm/java-8-oracle/man/man1: miss
globbing pattern in /usr/lib/jvm/java-8-oracle/man/man1: parallel.1*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat1*
hashtable_free: 0 entries, 0 (0%) unique
Failed to open /usr/lib/jvm/java-8-oracle/man/index.db O_RDONLY
--priv_drop_count = 0
searching in /usr/local/man, section n
trying section n with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: mann*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section n
trying section n with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: mann*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
Succeeded in opening /var/cache/man/index.db O_RDONLY
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section n
trying section n with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: mann*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: catn*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section l
trying section l with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: manl*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section l
trying section l with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: manl*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section l
trying section l with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: manl*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: catl*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 8
trying section 8 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man8*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 8
trying section 8 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man8*
matched: /usr/share/man/man8
update_directory_cache /usr/share/man/man8: miss
globbing pattern in /usr/share/man/man8: parallel.8*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 8
trying section 8 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man8*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat8*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3
trying section 3 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 3
trying section 3 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: miss
globbing pattern in /usr/share/man/man3: parallel.3*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 3
trying section 3 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man3*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 2
trying section 2 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man2*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 2
trying section 2 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man2*
matched: /usr/share/man/man2
update_directory_cache /usr/share/man/man2: miss
globbing pattern in /usr/share/man/man2: parallel.2*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 2
trying section 2 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man2*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat2*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3posix
trying section 3posix with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 3posix
trying section 3posix with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: parallel.3posix*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 3posix
trying section 3posix with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man3*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3pm
trying section 3pm with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 3pm
trying section 3pm with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: parallel.3pm*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 3pm
trying section 3pm with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man3*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3perl
trying section 3perl with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 3perl
trying section 3perl with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: parallel.3perl*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 3perl
trying section 3perl with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man3*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 3am
trying section 3am with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man3*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 3am
trying section 3am with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man3*
matched: /usr/share/man/man3
update_directory_cache /usr/share/man/man3: hit
globbing pattern in /usr/share/man/man3: parallel.3am*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 3am
trying section 3am with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man3*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat3*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 5
trying section 5 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man5*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 5
trying section 5 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man5*
matched: /usr/share/man/man5
update_directory_cache /usr/share/man/man5: miss
globbing pattern in /usr/share/man/man5: parallel.5*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 5
trying section 5 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man5*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat5*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 4
trying section 4 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man4*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 4
trying section 4 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man4*
matched: /usr/share/man/man4
update_directory_cache /usr/share/man/man4: miss
globbing pattern in /usr/share/man/man4: parallel.4*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 4
trying section 4 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man4*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat4*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 9
trying section 9 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man9*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 9
trying section 9 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man9*
matched: /usr/share/man/man9
update_directory_cache /usr/share/man/man9: miss
globbing pattern in /usr/share/man/man9: parallel.9*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 9
trying section 9 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man9*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat9*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 6
trying section 6 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man6*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 6
trying section 6 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man6*
matched: /usr/share/man/man6
update_directory_cache /usr/share/man/man6: miss
globbing pattern in /usr/share/man/man6: parallel.6*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 6
trying section 6 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man6*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat6*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
searching in /usr/local/man, section 7
trying section 7 with globbing
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: man7*
update_directory_cache /usr/local/man: hit
globbing pattern in /usr/local/man: cat7*
hashtable_free: 0 entries, 0 (0%) unique
searching in /usr/share/man, section 7
trying section 7 with globbing
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: man7*
matched: /usr/share/man/man7
update_directory_cache /usr/share/man/man7: miss
globbing pattern in /usr/share/man/man7: parallel.7*
update_directory_cache /usr/share/man: hit
globbing pattern in /usr/share/man: cat7*
hashtable_free: 0 entries, 0 (0%) unique
++priv_drop_count = 1
searching in /usr/lib/jvm/java-8-oracle/man, section 7
trying section 7 with globbing
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: man7*
update_directory_cache /usr/lib/jvm/java-8-oracle/man: hit
globbing pattern in /usr/lib/jvm/java-8-oracle/man: cat7*
hashtable_free: 0 entries, 0 (0%) unique
--priv_drop_count = 0
Checking physical location: /usr/share/man/man1/parallel.1.gz

ult_src: File /usr/share/man/man1/parallel.1.gz in mantree /usr/share/man
loading seccomp filter (permissive: 0)
found ultimate source file /usr/share/man/man1/parallel.1.gz
converted /usr/share/man/man1/parallel.1.gz to /usr/share/man/cat1/parallel.1.gz
is_changed: a=/usr/share/man/man1/parallel.1.gz, 
b=/usr/share/man/cat1/parallel.1.gz (-2)
converted /var/cache/man/cat1/parallel.1.gz to /var/cache/man/cat1/parallel.1.gz
will try cat file /var/cache/man/cat1/parallel.1.gz
loading seccomp filter (permissive: 0)
pre-processors `t' from default
page_encoding = ISO-8859-1
source_encoding = ISO-8859-1
locale_charset = UTF-8
roff_device (locale) = utf8
roff_encoding = ISO-8859-1
output_encoding = UTF-8
less_charset = utf-8
Terminal width 270
Terminal width 270 not within cat page range [80, 80]
Using 263-character lines
formatted_encoding = UTF-8
format: 1, save_cat: 0, found: 1
add_output_iconv: source UTF-8, target UTF-8
Setting LESS to -ix8RmPm Manual page parallel(1) ?ltline %lt?L/%L.:byte 
%bB?s/%s..?e (END):?pB %pB\%.. (press h for help or q to quit)$PM Manual page 
parallel(1) ?ltline %lt?L/%L.:byte %bB?s/%s..?e (END):?pB %pB\%.. (press h for 
help or q to quit)$
Setting MAN_PN to parallel(1)
++priv_drop_count = 1
--priv_drop_count = 0
hashtable_free: 3 entries, 3 (100%) unique

Found 1 man pages
++priv_drop_count = 1
hashtable_free: 13 entries, 13 (100%) unique

Reply via email to