I can't use manpages. The manpages don't display anything. Looks like an empty vi file every time.
I tried reinstalling man-db
and reinstalling perl
. It didn't work. It seems that my man database is broken.
I even can't try and open a manpage directly, it also becomes the blank screen:
$ man -l man/hello.1
man: command exited with status 3: /usr/lib/man-db/zsoelim | preconv -e UTF-8 | tbl | nroff -mandoc -Tutf8
On OpenBSD it works.
Run:
To force
mandb
to delete previous databases and re-create them from scratch.At the end you should get "0", if not check for:
You can also run:
sudo mandb -t
to perform:It helps you to find out what is wrong.