Contenues dansTrouver plus de documentationRessources d'assistance comprises | Télécharger cet ouvrage au format PDF (2106 Ko)
1.7 Man PagesOnline manual (man) pages provide immediate documentation about a command, function, subroutine, or collection of such things. You can display the man page for the C compiler by running the command:
Throughout the C documentation, man page references appear with the topic name and man section number: cc(1) is accessed with man cc. Other sections, denoted by ieee_flags(3M) for example, are accessed using the -s option on the man command:
|
||