|In the Command Line Processor Return Codes section of Chapter 2, the second |paragraph should appear as follows:
|For example, the following Bourne shell script executes the GET DATABASE |MANAGER CONFIGURATION command, then inspects the CLP return code:
| db2 get database manager configuration | if [ "$?" = "0" ] | then echo "OK!" | fi