this post was submitted on 03 Oct 2023
1 points (100.0% liked)

Linux

6925 readers
453 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
 

How do you discover system builtins for C functions? The man pages for the C functions on Linux are great, but only if you know the name of the function. Is there a way to see a detailed table of contents, or to browse Manpages on a Linux distro?

top 2 comments
sorted by: hot top controversial new old

On Archlinux at least, the glibc package includes info pages for C functions. Just type info libc at the command line, or use info inside emacs. There are hyperlinks in info pages, it's a nicer interface than man pages.

On Debian, there is a package that displays system documentation including, if I remember correctly, man pages. I think I had to set up a local web server first.