Skip to main content
2 of 3
Add linux-manual-4.9 and links.
Stephen Kitt
  • 481.5k
  • 60
  • 1.2k
  • 1.4k

You should install manpages-dev, which provides manpages for system calls and a number of library functions, and the -dev and (if any) -doc packages for the libraries you’re developing with.

For kernel functions you should install linux-manual-4.9 (or whichever version is appropriate); this is where you’ll find man 9 fls.

Stephen Kitt
  • 481.5k
  • 60
  • 1.2k
  • 1.4k