annotate kdiff3/doc/en/kdiff3.1 @ 113:7bca1f1340f6 tip

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