comparison kdiff3/doc/en/kdiff3.1 @ 56:3d48781413c3

Man page by Eike Sauer.
author joachim99
date Tue, 20 Jan 2004 20:26:51 +0000
parents
children
comparison
equal deleted inserted replaced
55:33b13186b75e 56:3d48781413c3
1 .\" $Header$
2 .\"
3 .\" transcript compatibility for postscript use.
4 .\"
5 .\" synopsis: .P! <file.ps>
6 .\"
7 .de P!
8 .fl
9 \!!1 setgray
10 .fl
11 \\&.\"
12 .fl
13 \!!0 setgray
14 .fl \" force out current output buffer
15 \!!save /psv exch def currentpoint translate 0 0 moveto
16 \!!/showpage{}def
17 .fl \" prolog
18 .sy sed -e 's/^/!/' \\$1\" bring in postscript file
19 \!!psv restore
20 .
21 .de pF
22 .ie \\*(f1 .ds f1 \\n(.f
23 .el .ie \\*(f2 .ds f2 \\n(.f
24 .el .ie \\*(f3 .ds f3 \\n(.f
25 .el .ie \\*(f4 .ds f4 \\n(.f
26 .el .tm ? font overflow
27 .ft \\$1
28 ..
29 .de fP
30 .ie !\\*(f4 \{\
31 . ft \\*(f4
32 . ds f4\"
33 ' br \}
34 .el .ie !\\*(f3 \{\
35 . ft \\*(f3
36 . ds f3\"
37 ' br \}
38 .el .ie !\\*(f2 \{\
39 . ft \\*(f2
40 . ds f2\"
41 ' br \}
42 .el .ie !\\*(f1 \{\
43 . ft \\*(f1
44 . ds f1\"
45 ' br \}
46 .el .tm ? font underflow
47 ..
48 .ds f1\"
49 .ds f2\"
50 .ds f3\"
51 .ds f4\"
52 '\" t
53 .ta 8n 16n 24n 32n 40n 48n 56n 64n 72n
54 .TH "KDIFF3" "1"
55 .SH "NAME"
56 kdiff3 \(em compares two or three input files or directories
57 .SH "SYNOPSIS"
58 .PP
59 \fBkdiff3\fR [\fBQT options\fP] [\fBKDE options\fP] [\fBkdiff3 options\fP] [\fB\fIFile1\fR\fP] [\fB\fIFile2\fR\fP] [\fB\fIFile3\fR\fP]
60 .SH "DESCRIPTION"
61 .PP
62 This manual page documents briefly the
63 \fBkdiff3\fR tool.
64 .PP
65 This manual page was written for the \fBDebian\fP distribution
66 because the original program does not have a manual page.
67 For comprehensive help, please see \fBkhelpcenter help:/kdiff3\fR.
68
69 .PP
70 \fBkdiff3\fR is a program that
71
72 .IP " \(bu" 6
73 compares two or three input files
74 .IP " \(bu" 6
75 shows the differences line by line and character by character
76 .IP " \(bu" 6
77 provides an automatic merge-facility and
78 .IP " \(bu" 6
79 an integrated editor for comfortable solving of merge-conflicts
80 .IP " \(bu" 6
81 and has an intuitive graphical user interface
82 .IP " \(bu" 6
83 and allows directory comparison and merge.
84 .SH "OPTIONS"
85 .PP
86 This program follows the usual GNU command line syntax,
87 with long options starting with two dashes (`-'). A summary of
88 options is included below. For a full summary of options, run
89 \fBkdiff3 --help\fR.
90
91
92 .IP "\fB-m, --merge\fP " 10
93 Merge the input.
94 .IP "\fB-b, --base file\fP " 10
95 Explicit base file. For compatibility with certain tools.
96 .IP "\fB-o, --output file\fP " 10
97 Output file. Implies -m. E.g.: -o newfile.txt
98 .IP "\fB--out file\fP " 10
99 Output file, again. (For compatibility with certain tools.)
100 .IP "\fB--auto\fP " 10
101 No GUI if all conflicts are auto-solvable. (Needs -o file)
102 .IP "\fB--qall\fP " 10
103 Don't solve conflicts automatically. (For compatibility...)
104 .IP "\fB--fname alias\fP " 10
105 Visible name replacement. Supply this once for every input.
106 .IP "\fB-v, --version\fP " 10
107 Show version of program.
108 .SH "AUTHOR"
109 .PP
110 This manual page was written by Eike Sauer <eikes@cs.tu-berlin.de> for
111 the \fBDebian\fP system (but may be used by others). Permission is
112 granted to copy, distribute and/or modify this document under
113 the terms of the GNU General Public License, Version 2
114 (or, at your option, any later version published by the Free
115 Software Foundation).
116
117 .PP
118 On Debian systems, the complete text of the GNU General Public
119 License can be found in /usr/share/common-licenses/GPL.
120
121 .\" created by instant / docbook-to-man, Fri 07 Nov 2003, 15:46