summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-10-22 18:18:48 +0200
committerSlávek Banko <slavek.banko@axis.cz>2018-10-22 18:18:48 +0200
commit5c554033364c4ac569da7e47c7973f7d1c3f5115 (patch)
tree5606aa50456bec5af86ea570a2c7b205bfe306f4
parent5615796c0a10d5068dfb61ecbfbb9ab048ae63cd (diff)
downloadknmap-5c554033364c4ac569da7e47c7973f7d1c3f5115.tar.gz
knmap-5c554033364c4ac569da7e47c7973f7d1c3f5115.zip
Add a man page taken from tde-packaging.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r--doc/CMakeLists.txt2
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/knmap.176
3 files changed, 82 insertions, 1 deletions
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index c938175..6d0aa9f 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1 +1 @@
-add_subdirectory( en )
+tde_auto_add_subdirectories( )
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..8512250
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES ${PROJECT_NAME}.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/knmap.1 b/doc/man/knmap.1
new file mode 100644
index 0000000..f071134
--- /dev/null
+++ b/doc/man/knmap.1
@@ -0,0 +1,76 @@
+'\" -*- coding: us-ascii -*-
+.if \n(.g .ds T< \\FC
+.if \n(.g .ds T> \\F[\n[.fam]]
+.de URL
+\\$2 \(la\\$1\(ra\\$3
+..
+.if \n(.g .mso www.tmac
+.TH knmap 1 2005-11-16 "" ""
+.SH NAME
+knmap \- nmap graphical interface for TDE
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBknmap\fR \kx
+.if (\nx>(\n(.l/2)) .nr x (\n(.l/5)
+'in \n(.iu+\nxu
+[
+\fB\fIQt-options\fB\fR
+] [
+\fB\fITDE-options\fB\fR
+]
+'in \n(.iu-\nxu
+.ad b
+'hy
+.SH DESCRIPTION
+nmap graphical interface for TDE.
+.PP
+Knmap is a TDE-based interface to the 'nmap' facility.
+The main Knmap window provides for the entry of nmap options and the
+display of nmap-generated output.
+This program is a complete re-write of one by the same name written by
+Alexandre Sagala. The last version of that program was 0.9 which was
+released on 2003-03-09 and targeted the KDE 2.2 and QT 2.3 environments.
+Not to mention that it did not cater for the full set of 'nmap' options.
+Or, perhaps, 'nmap' progressed whilst that version of Knmap languished.
+.SH OPTIONS
+All TDE and Qt
+programs accept a some common command-line options. kommando has no
+application-specific options.
+.PP
+.TP
+\*(T<\fB\-\-help\fR\*(T>
+Show help about options
+.TP
+\*(T<\fB\-\-help\-qt\fR\*(T>
+Show Qt specific options
+.TP
+\*(T<\fB\-\-help\-tde\fR\*(T>
+Show TDE specific options
+.TP
+\*(T<\fB\-\-help\-all\fR\*(T>
+Show all options
+.TP
+\*(T<\fB\-\-author\fR\*(T>
+Show author information
+.TP
+\*(T<\fB\-v\fR\*(T>, \*(T<\fB\-\-version\fR\*(T>
+Show version information
+.TP
+\*(T<\fB\-\-license\fR\*(T>
+Show license information
+.TP
+\*(T<\fB\-\-\fR\*(T>
+Indicates end of options
+.SH COPYRIGHT
+This manual page was written by Rapha\(:el Pinson
+<\*(T<raphink@raphink.net\*(T>> for the
+Debian system (but 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 2 or any later version published by the Free Software Foundation.
+.PP
+On Debian systems, the complete text of the GNU General Public
+License can be found in
+\*(T<\fI/usr/share/common\-licenses/GPL\fR\*(T>.