summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-06-30 17:45:03 +0200
committerinfirit <[email protected]>2015-06-30 17:55:04 +0200
commit956c3a327dd5a1a3ae24b5e5adfff549ac3c752f (patch)
treee8de51f5ae1dd3d85f0932283d2921049a8c628f
parenta145189cdf876707edde66af27b480de5a94951e (diff)
downloadmate-settings-daemon-956c3a327dd5a1a3ae24b5e5adfff549ac3c752f.tar.bz2
mate-settings-daemon-956c3a327dd5a1a3ae24b5e5adfff549ac3c752f.tar.xz
Add man pages from Mike Gabriel (sunweaver)
closes #108
-rw-r--r--data/Makefile.am5
-rw-r--r--data/msd-datetime-mechanism.116
-rw-r--r--data/msd-locate-pointer.117
3 files changed, 37 insertions, 1 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index a44c910..e564600 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -52,7 +52,10 @@ org.mate.SettingsDaemon.service: org.mate.SettingsDaemon.service.in Makefile
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = mate-settings-daemon.pc
-man_MANS = mate-settings-daemon.1
+man_MANS = \
+ mate-settings-daemon.1 \
+ msd-datetime-mechanism.1 \
+ msd-locate-pointer.1
@INTLTOOL_XML_NOMERGE_RULE@
diff --git a/data/msd-datetime-mechanism.1 b/data/msd-datetime-mechanism.1
new file mode 100644
index 0000000..2295c01
--- /dev/null
+++ b/data/msd-datetime-mechanism.1
@@ -0,0 +1,16 @@
+.\" MATE manpages
+.\" msd-datetime-mechanism -man
+.\"
+.TH msd-datetime-mechanism 1 "Oct 2014" "" "MATE-SETTINGS-DAEMON"
+.SH NAME
+msd-datetime-mechanism \- set system time via D-Bus
+.SH SYNOPSIS
+msd-datetime-mechanism
+.SH DESCRIPTION
+The \fImsd-datetime-mechanism\fR is used for setting the system time via D-Bus.
+.
+\fImsd-datetime-mechanism\fR is a D-Bus wrapper that gets executed via D-Bus with root privileges.
+The execution of \fImsd-datetime-mechanism\fR gets triggered via the MATE clock applet.
+.SH AUTHOR
+This manual page has been written by Vangelis Mouhtsis <[email protected]> and Mike Gabriel <[email protected]>.
+It has been originally written for the Debian project (but may be used by others).
diff --git a/data/msd-locate-pointer.1 b/data/msd-locate-pointer.1
new file mode 100644
index 0000000..cb058a6
--- /dev/null
+++ b/data/msd-locate-pointer.1
@@ -0,0 +1,17 @@
+.\" MATE manpages
+.\" msd-datetime-mechanism -man
+.\"
+.TH msd-locate-pointer 1 "Oct 2014" "" "MATE-SETTINGS-DAEMON"
+.SH NAME
+msd-locate-pointer \- create ripples around mouse pointer
+.SH SYNOPSIS
+msd-locate-pointer
+.SH DESCRIPTION
+The \fImsd-locate-pointer\fR utility is a program that creates ripples (like throwing a stone into water)
+around the mouse pointer. This helps to locate the position of the mousepointer.
+.PP
+With \fImate-settings-daemon\fR i is possible to assign a hotkey for evoking
+the \fImsd-locate-pointer\fR command.
+.SH AUTHOR
+This manual page has been written by Mike Gabriel <[email protected]>.
+It has been originally written for the Debian project (but may be used by others) \ No newline at end of file