I'm not sure what it's called exactly. But offen in a Linux 'man' page it refers to the same command but a different "version" number. For example:
$ man signal
Is SIGNAL(2), but there refers to a SIGNAL(5), for example. I tried this but it doesn't work on Linux CentOS 6:
$ man 5 signal
No entry for signal in section 5 of the manual
How do I find/access the man page for SIGNAL(5)? Thanks!