summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgregory guy <gregory-tde@laposte.net>2020-08-07 14:43:39 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-08-07 15:31:05 +0200
commitf1564b0151f5f43c6b73e4fa6fff3c405fb95e3c (patch)
treea908f4a54d64f20192922fb139ade5287854cfbc
parent450fd249dd5cce5efc21f49ba1d3e5741d527750 (diff)
downloadtde-systemsettings-f1564b01.tar.gz
tde-systemsettings-f1564b01.zip
Add a man page taken from the Debian packaging system.
Signed-off-by: gregory guy <gregory-tde@laposte.net>
-rw-r--r--doc/man/CMakeLists.txt5
-rw-r--r--doc/man/Makefile.am2
-rw-r--r--doc/man/systemsettings.175
3 files changed, 82 insertions, 0 deletions
diff --git a/doc/man/CMakeLists.txt b/doc/man/CMakeLists.txt
new file mode 100644
index 0000000..7d61821
--- /dev/null
+++ b/doc/man/CMakeLists.txt
@@ -0,0 +1,5 @@
+INSTALL(
+ FILES systemsettings.1
+ DESTINATION ${MAN_INSTALL_DIR}/man1
+ COMPONENT doc
+)
diff --git a/doc/man/Makefile.am b/doc/man/Makefile.am
new file mode 100644
index 0000000..2d0dfdd
--- /dev/null
+++ b/doc/man/Makefile.am
@@ -0,0 +1,2 @@
+manpagedir = $(mandir)/man1
+manpage_DATA = systemsettings.1
diff --git a/doc/man/systemsettings.1 b/doc/man/systemsettings.1
new file mode 100644
index 0000000..6132f19
--- /dev/null
+++ b/doc/man/systemsettings.1
@@ -0,0 +1,75 @@
+'\" -*- 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 systemsettings 1 2005-06-09 "" ""
+.SH NAME
+systemsettings \- TDE System Settings.
+.SH SYNOPSIS
+'nh
+.fi
+.ad l
+\fBsystemsettings\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
+System Settings is a user friendly control centre for TDE.
+.SH OPTIONS
+All TDE and Qt
+programs accept a some common command-line options.
+.PP
+.TP
+\*(T<\fB\-e, \-\-noembed\fR\*(T>
+Do not embed windows
+.TP
+\*(T<\fB\-\-menu >argument<\fR\*(T>
+XDG menu to use (default is systemsettings)
+.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 Jonathan Riddell
+<\*(T<jriddell@ubuntu.com\*(T>> for
+Debian (but may be used by others).
+Permission is granted to copy, distribute and/or modify this document
+under either the terms of the GNU General Public License,
+Version 2 or any later version published by the Free Software Foundation or
+the GNU Free Documentation License 1.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>.