comparison baum.1 @ 43:c7dca4a1dc37

added test programs; added another example program
author meillo@marmaro.de
date Sat, 01 Mar 2008 21:13:12 +0100
parents 233ac9bea4f1
children 0b82169d4129
comparison
equal deleted inserted replaced
42:233ac9bea4f1 43:c7dca4a1dc37
71 Nodes can modify the tree, but should do this only on it's brothers or better only through it's rightmost brother. 71 Nodes can modify the tree, but should do this only on it's brothers or better only through it's rightmost brother.
72 72
73 73
74 .SH ERRORS 74 .SH ERRORS
75 75
76 You have to keep in mind, that valid programs that run successful can return exit codes different from zero too! Each program returns the return value of the root node to the shell. If you don't want your program doing this, just set a `number(0)' node as root, and put everything else below.
77
76 .TP 78 .TP
77 .BI 1 79 .BI 1
78 common error 80 common error
79 81
80 .TP 82 .TP