[SCM] KDE Base Workspace module packaging branch, kde4.10, updated. debian/4.10.2-2-16-ga9dfe75

Maximiliano Curia maxy at alioth.debian.org
Thu May 9 13:05:24 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-sc/kde-workspace.git;a=commitdiff;h=a0d0d9e

The following commit has been merged in the kde4.10 branch:
commit a0d0d9ea10df12ad8e3b1fa8ef447c8b46b01eeb
Author: Maximiliano Curia <maxy at debian.org>
Date:   Thu May 9 09:09:21 2013 +0200

    Add basic manpages for ksysguard and ksysguardd.
---
 debian/changelog           |    1 +
 debian/ksysguard.manpages  |    1 +
 debian/ksysguardd.manpages |    1 +
 debian/man/ksysguard.man   |   28 ++++++++++++++++++++++++++++
 debian/man/ksysguardd.1    |   31 +++++++++++++++++++++++++++++++
 5 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 655b0df..a1e4644 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -17,6 +17,7 @@ kde-workspace (4:4.10.3-1) UNRELEASED; urgency=low
   * Update libkwineffects1abi4 symbols file.
   * Add DEP3 headers.
   * Add a basic kmenuedit manpage.
+  * Add basic manpages for ksysguard and ksysguardd.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 08 May 2013 11:47:11 +0200
 
diff --git a/debian/ksysguard.manpages b/debian/ksysguard.manpages
new file mode 100644
index 0000000..991349a
--- /dev/null
+++ b/debian/ksysguard.manpages
@@ -0,0 +1 @@
+debian/man/out/ksysguard.1
diff --git a/debian/ksysguardd.manpages b/debian/ksysguardd.manpages
new file mode 100644
index 0000000..f99d687
--- /dev/null
+++ b/debian/ksysguardd.manpages
@@ -0,0 +1 @@
+debian/man/ksysguardd.1
diff --git a/debian/man/ksysguard.man b/debian/man/ksysguard.man
new file mode 100644
index 0000000..9e404ff
--- /dev/null
+++ b/debian/man/ksysguard.man
@@ -0,0 +1,28 @@
+.TH KSYSGUARD 1
+.SH NAME
+ksysguard \- KDE System Monitor
+.SH SYNOPSIS
+.B ksysguard
+.I [Qt-options] [KDE-options] [worksheet]
+.SH DESCRIPTION
+.B System Monitor
+is the KDE Task and Performance Monitor.
+
+It features a client/server architecture that allows monitoring of local as
+well as remote hosts. The graphical front end uses so-called sensors to
+retrieve the information it displays. A sensor can return simple values or
+more complex information like tables. For each type of information, one or
+more displays are provided. Displays are organized in worksheets that can be
+saved and loaded independently from each other. So, System Monitor is not only
+a simple task manager but also a very powerful tool to control large server
+farms.
+.SH OPTIONS
+.TP
+.B worksheet
+Optional worksheet files to load.
+.so kdeopt.part
+.SH SEE ALSO
+More detailed user documentation is available from
+.BR help:/ksysguard
+(either enter this URL into BkonquerorP, or run `khelpcenter
+help:/ksysguard').
diff --git a/debian/man/ksysguardd.1 b/debian/man/ksysguardd.1
new file mode 100644
index 0000000..a91ed44
--- /dev/null
+++ b/debian/man/ksysguardd.1
@@ -0,0 +1,31 @@
+.TH KSYSGUARDD 1
+.SH NAME
+ksysguardd \- KDE System Monitor Daemon
+.SH SYNOPSIS
+.B ksysguardd
+.I [-d] [-i] [-p port] [-f configfile] [-h]
+.SH DESCRIPTION
+.B Ksysguardd
+is part of the KDE System Monitor (ksysguard) client/server architecture that
+allows monitoring of local as well as remote hosts.
+.SH OPTIONS
+.TP
+.B \-d
+Daemonize.
+.TP
+.B \-i
+Bind to all interfaces.
+.TP
+.B \-p IportP
+Port number to listen to.
+.TP
+.B \-f IconfigfileP
+Read configuration from `IconfigfileP'.
+.TP
+.B \-h
+Show usage.
+.SH SEE ALSO
+More detailed user documentation is available from
+.BR help:/ksysguard
+(either enter this URL into BkonquerorP, or run `khelpcenter
+help:/ksysguard').

-- 
KDE Base Workspace module packaging



More information about the pkg-kde-commits mailing list