Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/error.refentry @ 726:a05075926716
Debug is part of the manual now.
Template added for 'asm'
author | roug |
---|---|
date | Sun, 05 Jan 2003 11:17:50 +0000 |
parents | 647e56c744cf |
children | c565a4700689 |
line wrap: on
line source
<refentry id="error"> <refnamediv> <refname>ERROR</refname> <refpurpose>Outputs text error messages for given error numbers</refpurpose> </refnamediv> <refsynopsisdiv> <cmdsynopsis> <command>ERROR</command> <arg choice="plain"> &replstart;errno&replend; </arg> <arg choice="plain"> &repeatst;&replstart;errno&replend;&repeaten; </arg> </cmdsynopsis> </refsynopsisdiv> <refsect1><title>Description</title> <para> This command is used to look up the description of an error code. /dd/sys/errmsg must be available. </para> </refsect1> <refsect1><title>Examples</title> <screen> OS9: error 216 PATH NAME NOT FOUND - can't find pathlist specified. </screen> </refsect1> </refentry>