Slack can't find the iptables manpage in the location specified in the error message ( /usr/man/cat8/iptables.8.bz2). Verify that's where the manpage is located. If you find manpage somewhere else, try to correct the situation manually, like this:
MANPATH=/path/to/manpages
export MANPATH
Then try again.
|