Update NEWS for 1.8.0pre3
[pkg-k5-afs_openafs.git] / doc / man-pages / pod1 / translate_et.pod
blobcdf7a7cd546940d4422a6e862cb59a3a8b6e03b2
1 =head1 NAME
3 translate_et - Translates numbered error codes into text messages
5 =head1 SYNOPSIS
7 =for html
8 <div class="synopsis">
10 S<<< B<translate_et> <I<error number>>+ >>>
12 =for html
13 </div>
15 =head1 DESCRIPTION
17 The B<translate_et> command translates each specified error number into a
18 text message.
20 This command does not use the syntax conventions of the AFS command
21 suites. Provide the command name in full.
23 =head1 OPTIONS
25 =over 4
27 =item <I<error number>>+
29 Specifies each error number to translate.
31 =back
33 =head1 EXAMPLES
35 The following command translates the error numbers 1 and 4:
37    % translate_et 1 4
38    1 ().1 = Not owner
39    4 ().4 = Interrupted system call
41 =head1 PRIVILEGE REQUIRED
43 None
45 =head1 COPYRIGHT
47 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
49 This documentation is covered by the IBM Public License Version 1.0.  It was
50 converted from HTML to POD by software written by Chas Williams and Russ
51 Allbery, based on work by Alf Wachsmann and Elizabeth Cassell.