Often times, there are name overloading for man page sections. For example, I tried to lookup
getopt(...)
with SHIFTK and vim opened GETOPT(1)
but actually I wanted GETOPT(3)
because I'm writing C-program.
Is there a way to specify which man page section to open in VIM?