6 |
7u83 |
1 |
.\"
|
|
|
2 |
.\" Copyright (c) 2002-2006 The TenDRA Project <http://www.tendra.org/>.
|
|
|
3 |
.\" All rights reserved.
|
|
|
4 |
.\"
|
|
|
5 |
.\" Redistribution and use in source and binary forms, with or without
|
|
|
6 |
.\" modification, are permitted provided that the following conditions are met:
|
|
|
7 |
.\"
|
|
|
8 |
.\" 1. Redistributions of source code must retain the above copyright notice,
|
|
|
9 |
.\" this list of conditions and the following disclaimer.
|
|
|
10 |
.\" 2. Redistributions in binary form must reproduce the above copyright notice,
|
|
|
11 |
.\" this list of conditions and the following disclaimer in the documentation
|
|
|
12 |
.\" and/or other materials provided with the distribution.
|
|
|
13 |
.\" 3. Neither the name of The TenDRA Project nor the names of its contributors
|
|
|
14 |
.\" may be used to endorse or promote products derived from this software
|
|
|
15 |
.\" without specific, prior written permission.
|
|
|
16 |
.\"
|
|
|
17 |
.\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``AS
|
|
|
18 |
.\" IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
|
|
|
19 |
.\" THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
|
|
|
20 |
.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDERS OR
|
|
|
21 |
.\" CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
|
|
|
22 |
.\" EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
|
|
23 |
.\" PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
|
|
24 |
.\" OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
|
|
25 |
.\" WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
|
|
26 |
.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
|
|
27 |
.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
28 |
.\"
|
|
|
29 |
.\" $Id$
|
|
|
30 |
.\"
|
|
|
31 |
.TH make_err 1
|
|
|
32 |
.SH NAME
|
|
|
33 |
make_err \- error catalogue creation tool
|
|
|
34 |
.SH SYNOPSIS
|
|
|
35 |
\fBmake_err\fR [-d | -n | -u] [ \fIinput-file\fR ] [ \fIoutput-file\fR ]
|
|
|
36 |
.br
|
|
|
37 |
\fBmake_err\fR -v
|
|
|
38 |
.\" ----------------------------------------------------------------------
|
|
|
39 |
.SH DESCRIPTION
|
|
|
40 |
\fBmake_err\fR generates error catalogues. \fBmake_err\fR reads data from
|
|
|
41 |
standard input and prints the results to standard output unless
|
|
|
42 |
\fIinput-file\fR or \fIoutput-file\fR is specified.
|
|
|
43 |
By default \fBmake_err\fR runs in declaration mode.
|
|
|
44 |
.\" ----------------------------------------------------------------------
|
|
|
45 |
.SH OPTIONS
|
|
|
46 |
.\" ----------------------------------------------------------------------
|
|
|
47 |
.IP \fB-d\fR
|
|
|
48 |
Causes \fBmake_err\fR to output all error definitions to the output-file.
|
|
|
49 |
.\" ----------------------------------------------------------------------
|
|
|
50 |
.IP \fB-n\fR
|
|
|
51 |
Causes \fBmake_err\fR to output all error declarations to the output-file.
|
|
|
52 |
.\" ----------------------------------------------------------------------
|
|
|
53 |
.IP \fB-u\fR
|
|
|
54 |
Causes \fBmake_err\fR to output all usages to the output-file.
|
|
|
55 |
.\" ----------------------------------------------------------------------
|
|
|
56 |
.IP \fB-v\fR
|
|
|
57 |
Causes \fBmake_err\fR print its version number.
|
|
|
58 |
.\" ----------------------------------------------------------------------
|
|
|
59 |
.SH SEE ALSO
|
|
|
60 |
\fItcc\fR(1).
|
|
|
61 |
.\" ----------------------------------------------------------------------
|