The way to access documentation of any program or package is to enter man program_name in the terminal. For instance, to read the documentation of the man program, the reference manual viewer, you would enter: man man. You exit man with the 'q' key. Additionally, the short help of a program is, by common GNU convention, accessible with --help switch, e.g. by typing man --help.