diff options
-rw-r--r-- | data/Makefile.am | 5 | ||||
-rw-r--r-- | data/msd-datetime-mechanism.1 | 16 | ||||
-rw-r--r-- | data/msd-locate-pointer.1 | 17 |
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 |