doc: bos != vos
[openafs.git] / doc / man-pages / pod1 / translate_et.pod
1 =head1 NAME
2
3 translate_et - Translates numbered error codes into text messages
4
5 =head1 SYNOPSIS
6
7 =for html
8 <div class="synopsis">
9
10 S<<< B<translate_et> <I<error number>>+ >>>
11
12 =for html
13 </div>
14
15 =head1 DESCRIPTION
16
17 The B<translate_et> command translates each specified error number into a
18 text message.
19
20 This command does not use the syntax conventions of the AFS command
21 suites. Provide the command name in full.
22
23 =head1 OPTIONS
24
25 =over 4
26
27 =item <I<error number>>+
28
29 Specifies each error number to translate.
30
31 =back
32
33 =head1 EXAMPLES
34
35 The 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
43 None
44
45 =head1 COPYRIGHT
46
47 IBM Corporation 2000. <http://www.ibm.com/> All Rights Reserved.
48
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.