I am trying to search for keyword in manual pages, but it doesn't work here.
$ man -k syslog
Syslog: nothing appropriate.
I am trying to search for keyword in manual pages, but it doesn't work here.
$ man -k syslog
Syslog: nothing appropriate.
After installing new packages, their documentation (man pages) are installed but not yet loaded into the man pages search database. So, you should run
mandb
to generate or refresh the search database for manpage entries.