0

I am trying to search for keyword in manual pages, but it doesn't work here.

$ man -k syslog
Syslog: nothing appropriate.
Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255

1 Answers1

0

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.

dr_
  • 29,602