Added -Wall to CFLAGS
[mx3r.git] / mx3r.1
blob33716b0b7a0f7cf020ddf46a5647af939cf86986
1 .\" clig manual page template
2 .\" (C) 1995-2004 Harald Kirsch (clig@geggus.net)
3 .\"
4 .\" This file was generated by
5 .\" clig -- command line interface generator
6 .\"
7 .\"
8 .\" Clig will always edit the lines between pairs of `cligPart ...',
9 .\" but will not complain, if a pair is missing. So, if you want to
10 .\" make up a certain part of the manual page by hand rather than have
11 .\" it edited by clig, remove the respective pair of cligPart-lines.
12 .\"
13 .\" cligPart TITLE
14 .TH "mx3r" 1 "0.1.1" "Clig-manuals" "Programmer's Manual"
15 .\" cligPart TITLE end
17 .\" cligPart NAME
18 .SH NAME
19 mx3r \- merges files looking for similar patterns, and allows several plugins
20 for understanding the syntax of several files 
21 .\" cligPart NAME end
23 .\" cligPart SYNOPSIS
24 .SH SYNOPSIS
25 .B mx3r
26 [--blr do_blrmerge]
27 [--hashcmp do_hashcmp]
28 [--test-plugin]
29 [--help]
31 .\" cligPart SYNOPSIS end
33 .\" cligPart OPTIONS
34 .SH OPTIONS
35 .IP --blr
36 <base-filename> <local-filename> <remote-filename>
37 Try a full (base->local to remote) merge,
38 .br
39 3 String values
40 .IP --hashcmp
41 <line1> <line2> ... <lineN>
42 Do a hash compare between 4 or more lines.,
43 .br
44 4 or more String values
45 .IP --test-plugin
46 try to load the split-lines plugin.
47 .IP --help
48 show usage information.
49 .\" cligPart OPTIONS end
51 .\" cligPart DESCRIPTION
52 .SH DESCRIPTION
53 This manual page was generated automagically by clig, the
54 Command Line Interface Generator. Actually the programmer
55 using clig was supposed to edit this part of the manual
56 page after
57 generating it with clig, but obviously (s)he didn't.
59 Sadly enough clig does not yet have the power to pick a good
60 program description out of blue air ;-(
61 .\" cligPart DESCRIPTION end