Import Upstream version 1.8.5
[hcoop/debian/openafs.git] / doc / man-pages / pod1 / translate_et.pod
CommitLineData
805e021f
CE
1=head1 NAME
2
3translate_et - Translates numbered error codes into text messages
4
5=head1 SYNOPSIS
6
7=for html
8<div class="synopsis">
9
10S<<< B<translate_et> <I<error number>>+ >>>
11
12=for html
13</div>
14
15=head1 DESCRIPTION
16
17The B<translate_et> command translates each specified error number into a
18text message.
19
20This command does not use the syntax conventions of the AFS command
21suites. Provide the command name in full.
22
23=head1 OPTIONS
24
25=over 4
26
27=item <I<error number>>+
28
29Specifies each error number to translate.
30
31=back
32
33=head1 EXAMPLES
34
35The following command translates the error numbers 1 and 4:
36
37 % translate_et 1 4
38 1 ().1 = Not owner
39 4 ().4 = Interrupted system call
40
41=head1 PRIVILEGE REQUIRED
42
43None
44
45=head1 COPYRIGHT
46
47IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
48
49This documentation is covered by the IBM Public License Version 1.0. It was
50converted from HTML to POD by software written by Chas Williams and Russ
51Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.