view docs/nitros9guide/error.refentry @ 1011:cc153d1671f7

Updated for new manuals
author boisy
date Tue, 04 Mar 2003 15:11:34 +0000
parents c565a4700689
children 4dae346c4969
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">
  <replaceable>errno</replaceable>
</arg>
<arg choice="plain">
  &repeatst;<replaceable>errno</replaceable>&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>