STCODE(1) Domain/OS BSD STCODE(1)
NAME
stcode - translate status code value to text message
SYNOPSIS
stcode hex_stat_code
DESCRIPTION
stcode prints the text message associated with a hexadecimal status code.
This command is useful when a user program produces a hexadecimal status
code instead of the textual message.
stcode processes predefined status codes. No provision is currently made
to add user-defined status codes to the error text database.
hex_stat_code (required)
Specify hexadecimal status code to be translated.
EXAMPLES
$ stcode 80001
disk not ready (from OS / disk manager)