#
# HELP: SYNOPSIS:
# HELP:     generic/info/show_error errorcode
# HELP:
# HELP: DESCRIPTION:
# HELP:     Show the description of the error code stored in $root.rc.
#
IF ${ $argv[1]!=(int)$argv[1] } QUIT
IF ${ (int)$argv[1]>=0 } QUIT
! generic/info/show_man txt ERROR_${-((int)$argv[1])}
QUIT
