There are certain C functions whose names are ambiguous with the Ubuntu commands eg: getopt. How do I view the man page of these functions? No doubt it is easily available on the internet but I am keen to not leave the terminal as far as possible.
There are certain C functions whose names are ambiguous with the Ubuntu commands eg:
Share
Use the format
man [section] name(e.g.man 3 getopt) where section can be one of the followings:Consult
man manfor more information.