From ace60a4b0e75dafa8bdf3df50915999dd283d6de Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 17 Feb 2010 01:19:37 +0000 Subject: Added KDE3 version of knetstats git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/knetstats@1091565 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- src/doc/man/Makefile.am | 4 ++ src/doc/man/manpage.xml | 142 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 146 insertions(+) create mode 100644 src/doc/man/Makefile.am create mode 100644 src/doc/man/manpage.xml (limited to 'src/doc/man') diff --git a/src/doc/man/Makefile.am b/src/doc/man/Makefile.am new file mode 100644 index 0000000..514c585 --- /dev/null +++ b/src/doc/man/Makefile.am @@ -0,0 +1,4 @@ +man_MANS = manpage.xml + +EXTRA_DIST = $(man_MANS) + diff --git a/src/doc/man/manpage.xml b/src/doc/man/manpage.xml new file mode 100644 index 0000000..52d305e --- /dev/null +++ b/src/doc/man/manpage.xml @@ -0,0 +1,142 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Thomas"> + Windheuser"> + + 16 Oct 2005"> + + 1"> + thomas@0x5c.net"> + + knetstats"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2005 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + A system tray icon, which indicates network activity + + + + &dhpackage; + + + + + + + DESCRIPTION + + This manual page documents briefly the + &dhpackage; + commands. + + This manual page was written for the &debian; distribution. + Instead, it has documentation in the &gnu; + Info format; see below. + + &dhpackage; is a program that provides a system tray icon. This icon provides two + LED's, which begin to blink if there is network traffic. + + + + OPTIONS + + These programs follow the usual &gnu; command line syntax, + with long options starting with two dashes (`-'). A summary of + options is included below. For a complete description, see the + Info files. + + + + + + + + Show summary of options. + + + + + + + + Show version of program. + + + + + + SEE ALSO + + + + AUTHOR + + This manual page was written by &dhusername; &dhemail; 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 any + later version published by the Free Software Foundation. + + + On Debian systems, the complete text of the GNU General Public + License can be found in /usr/share/common-licenses/GPL. + + + +
+ -- cgit v1.2.1