xml-docbook-documentation-first-pass-20060915
[openafs.git] / doc / xml / AdminReference / sect1 / translate_et.xml
1 <?xml version="1.0" encoding="UTF-8"?>
2 <refentry id="translate_et1">
3   <refmeta>
4     <refentrytitle>translate_et</refentrytitle>
5     <manvolnum>1</manvolnum>
6   </refmeta>
7   <refnamediv>
8     <refname>translate_et</refname>
9     <refpurpose>Translates numbered error codes into text messages</refpurpose>
10   </refnamediv>
11   <refsect1>
12     <title>Synopsis</title>
13     <para><emphasis role="bold">translate_et</emphasis> &lt;<emphasis>error number</emphasis>&gt;+</para>
14
15   </refsect1>
16   <refsect1>
17     <title>Description</title>
18     <para>The <emphasis role="bold">translate_et</emphasis> command translates each specified error number into a
19     text message.</para>
20
21     <para>This command does not use the syntax conventions of the AFS command
22     suites. Provide the command name in full.</para>
23
24   </refsect1>
25   <refsect1>
26     <title>Options</title>
27     <variablelist>
28       <varlistentry>
29         <term>&lt;<emphasis>error number</emphasis>&gt;+</term>
30         <listitem>
31           <para>Specifies each error number to translate.</para>
32
33         </listitem>
34       </varlistentry>
35     </variablelist>
36   </refsect1>
37   <refsect1>
38     <title>Examples</title>
39     <para>The following command translates the error numbers 1 and 4:</para>
40
41 <programlisting>
42    % translate_et 1 4
43    1 ().1 = Not owner
44    4 ().4 = Interrupted system call
45
46 </programlisting>
47     </refsect1>
48     <refsect1>
49       <title>Privilege Required</title>
50       <para>None</para>
51
52     </refsect1>
53     <refsect1>
54       <title>Copyright</title>
55       <para>IBM Corporation 2000. &lt;http://www.ibm.com/&gt; All Rights Reserved.</para>
56
57       <para>This documentation is covered by the IBM Public License Version 1.0.  It was
58       converted from HTML to POD by software written by Chas Williams and Russ
59       Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.</para>
60
61     </refsect1>
62   </refentry>