For example :
man dd
------
Exit Status
This command returns the following exit values:
0 The input file was copied successfully.
>0 An error occurred.
man diff
--------
Exit Status
This command returns the following exit values:
0 No differences were found.
1 Differences were found.
>1 An error occurred.
man env
-------
Exit Status
If the Command parameter is specified, the exit status of the env command is
the exit status of the command specified in the Command parameter.
Otherwise, the env command exits with one of the following values:
0 The env command completed successfully.
1-125 An error occurred in the env command.
126 The command specified by the Command parameter was found, but could not be invoked.
127 The command specified by the Command parameter was not found.
Dickie Bird (

-)))