https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206946
Wolfram Schneider <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Status|New |Open --- Comment #1 from Wolfram Schneider <[email protected]> --- Does this problem still exist? I'm not sure if I understand it, and if it is related to MANPAGER variable or a user with a restricted shell. unset MANPAGER cp /usr/bin/man . env PATH=$PWD /usr/local/bin/rbash # fails as expected due the "./" in command name ./man man rbash: ./man: restricted: cannot specify `/' in command names # works because there is no "/" in command name $ man man /home/wosch/tmp/4/man: grep: not found /home/wosch/tmp/4/man: which: not found This manpage needs groff(1) to be rendered First install groff(1): pkg install groff -- You are receiving this mail because: You are the assignee for the bug.
