summaryrefslogtreecommitdiffstats
path: root/ubuntu/precise/tdesdk/debian/man/kompare.1
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2014-04-17 13:57:20 +0900
committerMichele Calgaro <[email protected]>2014-04-17 13:57:20 +0900
commit2d59086b104acd7b4711fd067c9bb4480158e6ab (patch)
tree7d3d9aff90930e65a491c055510aba94debc6da9 /ubuntu/precise/tdesdk/debian/man/kompare.1
parent55b519366b1dcd7ab5b2f1f720d275b33fc4bd49 (diff)
downloadtde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.tar.gz
tde-packaging-2d59086b104acd7b4711fd067c9bb4480158e6ab.zip
Removed Ubuntu/precise folder
Diffstat (limited to 'ubuntu/precise/tdesdk/debian/man/kompare.1')
-rw-r--r--ubuntu/precise/tdesdk/debian/man/kompare.179
1 files changed, 0 insertions, 79 deletions
diff --git a/ubuntu/precise/tdesdk/debian/man/kompare.1 b/ubuntu/precise/tdesdk/debian/man/kompare.1
deleted file mode 100644
index ab3b696c6..000000000
--- a/ubuntu/precise/tdesdk/debian/man/kompare.1
+++ /dev/null
@@ -1,79 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH KOMPARE 1 "March 25, 2005"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-kompare \- a KDE GUI for viewing differences between files
-.SH SYNOPSIS
-.B kompare
-[ \fIgeneric-options\fP ]
-.br
-.B kompare
-[ \fIgeneric-options\fP ] [ \fB\-c\fP ] \fIURL1 URL2\fP
-.br
-.B kompare
-[ \fIgeneric-options\fP ] [ \fB\-o\fP [ \fB\-n\fP ]] \fIdiff\fP
-.br
-.B kompare
-[ \fIgeneric-options\fP ] \fB\-b\fP \fIURL diff\fP
-.SH DESCRIPTION
-\fBKompare\fP is a graphical user interface for viewing the differences
-between two files. It will also optionally create a diff file.
-.PP
-Depending upon what is passed on the command line, Kompare can compare
-documents, display diff files and blend diff files back into original
-documents.
-.PP
-If an url is given as - then Kompare will read the corresponding file
-from standard input. Thus (for instance) Kompare can be used as:
-.PP
-.RS
-cvs diff | kompare \-o \-
-.RE
-.PP
-This utility is part of the KDE Software Development Kit.
-.SH OPTIONS
-Below are the kompare-specific options.
-For a full summary of options, run \fIkompare \-\-help\fP.
-.TP
-\fB\-b\fP \fIURL diff\fP
-Blends \fIdiff\fP into URL. \fIdiff\fP is expected to be diff output and
-\fIURL\fP the file or folder that the diff output needs to be blended into.
-.TP
-\fB\-c\fP \fIURL1 URL2\fP
-Compares \fIURL1\fP with \fIURL2\fP. This is the default mode if two
-URLs are passed.
-.TP
-\fB\-n\fP
-Used with \fB\-o\fP to stop Kompare from checking for the original file.
-.TP
-\fB\-o\fP \fIdiff\fP
-Opens the given diff file. This is the default mode if only one URL is
-passed.
-.br
-Kompare will check to see if it can find
-the original file(s). If it can, it will blend the original file(s) into
-the diff output and show the result in the viewer. Passing \fB\-n\fP
-will disable this check.
-.SH SEE ALSO
-The original documentation from the program author
-is available in \fI/usr/share/doc/kompare/\fP.
-.SH AUTHOR
-Kompare was written by John Firebaugh <[email protected]>,
-Otto Bruggeman <[email protected]> and others.
-.br
-This manual page was prepared by Ben Burton <[email protected]>
-for the Debian GNU/Linux system (but may be used by others).