Mercurial > hg > Members > kono > nitros9-code
view docs/nitros9guide/error.refentry @ 662:1810b051d07e
copy, display and makdir are now improved versions with enhanced
features
author | boisy |
---|---|
date | Tue, 24 Dec 2002 02:37:35 +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>