PROBLEM: (QAR 46522) (Patch ID: OSF405-400206) ******** This patch fixes a problem in which the tic command incorrectly returns a non-zero exit value upon successful completion. An exit value of 0 should be returned upon successful completion. Typical behavior for this problem is exhibited by: # TERMINFO=/tmp # export TERMINFO # cp /usr/share/lib/terminfo/dec.ti . # tic dec.ti # echo $? 78