Mercurial > baum
comparison baum.1 @ 31:4e60d96265f0
removed -c option completely; updated man page; new error code 5
author | meillo@marmaro.de |
---|---|
date | Fri, 22 Feb 2008 14:57:04 +0100 |
parents | 711aab4863cc |
children | 2e564bf8599c |
comparison
equal
deleted
inserted
replaced
30:cd979b979610 | 31:4e60d96265f0 |
---|---|
1 .TH baum 1 "2008-02-13" "baum 0.1" | 1 .TH baum 1 "2008-02-22" "baum 0.2" |
2 .SH NAME | 2 .SH NAME |
3 baum \- an esoteric programming language | 3 baum \- an esoteric programming language |
4 | 4 |
5 | 5 |
6 | 6 |
7 .SH SYNOPSIS | 7 .SH SYNOPSIS |
8 .B baum | 8 .B baum |
9 [\-v]\ [\-c]\ <file> | 9 [\-v]\ <file> |
10 | 10 |
11 | 11 |
12 | 12 |
13 .SH DESCRIPTION | 13 .SH DESCRIPTION |
14 .B baum | 14 .B baum |
24 .SH OPTIONS | 24 .SH OPTIONS |
25 | 25 |
26 .TP | 26 .TP |
27 .BI \-v | 27 .BI \-v |
28 Verbose output | 28 Verbose output |
29 | |
30 .TP | |
31 .BI \-c | |
32 Check source file for validity. Return 0 if source code is valid and something else otherwise. | |
33 | 29 |
34 .TP | 30 .TP |
35 .BI \-\-help | 31 .BI \-\-help |
36 Print usage information | 32 Print usage information |
37 | 33 |
88 .TP | 84 .TP |
89 .BI 4 | 85 .BI 4 |
90 invalid node | 86 invalid node |
91 | 87 |
92 .TP | 88 .TP |
89 .BI 5 | |
90 indention over more than one level | |
91 | |
92 .TP | |
93 .BI 127 | 93 .BI 127 |
94 invalid command line options | 94 invalid command line options |
95 | 95 |
96 | 96 |
97 | 97 |