[sdk/kompare] doc: Add the diff homepage address to the docs
Yuri Chornoivan
null at kde.org
Mon Dec 28 19:20:50 GMT 2020
Git commit a64735cffca21472f84f379f647742a6ab5788b4 by Yuri Chornoivan.
Committed on 28/12/2020 at 19:20.
Pushed by yurchor into branch 'master'.
Add the diff homepage address to the docs
BUG:430908
M +1 -1 doc/index.docbook
https://invent.kde.org/sdk/kompare/commit/a64735cffca21472f84f379f647742a6ab5788b4
diff --git a/doc/index.docbook b/doc/index.docbook
index 47b237e..a0d85a9 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -54,7 +54,7 @@ see what changes have been made to a new version or copy of the file. Opening th
application used to create it is one solution but, laborious, time consuming, and prone to error. This is where a program to show
differences, diffs for short, is useful.</para>
-<para>As would be expected, an appropriate name for such a program would be <quote>diff</quote>;. As it happens, the program diff is installed on
+<para>As would be expected, an appropriate name for such a program would be <quote>diff</quote>. As it happens, the program <ulink url="https://www.gnu.org/software/diffutils/">diff</ulink> is installed on
most &Linux;-based systems and is used for exactly this purpose. Developers often use diff, as a command line tool, to show differences
between versions of a source code file. However, the use of diff is not limited to showing differences in code source files,
it can be used on many text-based file types.</para>
More information about the kde-doc-english
mailing list