How do you open the installed manual page for curl?
curl
Run man -k curl to open the page directly.
man -k curl
Run man -K curl to display only curl's manual.
man -K curl
Run curl man.
curl man
Run man curl.
man curl