From 5b3b2b1fa3e00f1978d5c8abd16469ff7197e5a2 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 18 Oct 2015 22:53:21 +0200 Subject: [PATCH] Add a manual page for compare(1) --- doc/compare.css.xml | 7 ++++ doc/compare.xml | 93 +++++++++++++++++++++++++++++++++++++++++++++ doc/project.conf | 16 +++++++- 3 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 doc/compare.css.xml create mode 100644 doc/compare.xml diff --git a/doc/compare.css.xml b/doc/compare.css.xml new file mode 100644 index 0000000..08d8dd3 --- /dev/null +++ b/doc/compare.css.xml @@ -0,0 +1,7 @@ + + + +]> + + diff --git a/doc/compare.xml b/doc/compare.xml new file mode 100644 index 0000000..1c83736 --- /dev/null +++ b/doc/compare.xml @@ -0,0 +1,93 @@ + + + + + + + + + + + +]> + + + &title; + &package; + + + &firstname; + &surname; + Code and documentation. +
+ &email; +
+
+
+ + 2015 + &firstname; &surname; <&email;> + + + This manual page was written for the DeforaOS Project (and may be + used by others). + Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU General Public License, + Version 3 as published by the Free Software Foundation. + +
+ + &name; + §ion; + + + &name; + &purpose; + + + + &name; + string1 + string2 + + + + Description + &name; is a graphical string comparison tool. It is + especially useful when comparing fingerprints, digests and so on. + + + Options + &name; can be optionally be called with one or two + strings to compare directly. + + + Bugs + Issues can be listed and reported at . + + + See also + + + cksum + 1 + , + + digest + 1 + , + + openssl + 1 + , + + ssh-keygen + 1 + + + +
+ diff --git a/doc/project.conf b/doc/project.conf index 19e86db..7853cab 100644 --- a/doc/project.conf +++ b/doc/project.conf @@ -1,5 +1,17 @@ -targets=fontsel.1,fontsel.html,progress.1,progress.html -dist=Makefile,docbook.sh,fontsel.css.xml,fontsel.xml,progress.css.xml,progress.xml,manual.css.xml +targets=compare.1,compare.html,fontsel.1,fontsel.html,progress.1,progress.html +dist=Makefile,compare.css.xml,compare.xml,docbook.sh,fontsel.css.xml,fontsel.xml,progress.css.xml,progress.xml,manual.css.xml + +[compare.1] +type=script +script=./docbook.sh +install= +depends=compare.xml + +[compare.html] +type=script +script=./docbook.sh +install= +depends=compare.css.xml,compare.xml,manual.css.xml [fontsel.1] type=script