K 10 svn:author V 6 jilles K 8 svn:date V 27 2009-06-07T15:04:43.912943Z K 7 svn:log V 346 Mention the range for the exit status for the exit special builtin. The exit status may exceed 255 in some cases (return); even though it seems unwise to rely on this, it is also unwise to assume that $? is always between 0 and 255. This resolves bin/124748 by documenting that 'exit -1' is not valid. PR: bin/124748 Approved by: ed (mentor) END