diff options
author | Vangelis Mouhtsis <[email protected]> | 2014-02-18 13:45:55 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-02-18 13:45:55 +0100 |
commit | 8938693c3ee1161a778de5f20470c6103b2da741 (patch) | |
tree | bd8edeca71c77734a82aec123a5afa64f0deb35f | |
parent | faa5e56ad7ad4e4fb9936957856b001dcc0f6d58 (diff) | |
download | mate-settings-daemon-8938693c3ee1161a778de5f20470c6103b2da741.tar.bz2 mate-settings-daemon-8938693c3ee1161a778de5f20470c6103b2da741.tar.xz |
Add manpage
Closes https://github.com/mate-desktop/mate-settings-daemon/issues/60
-rw-r--r-- | data/Makefile.am | 3 | ||||
-rw-r--r-- | data/mate-settings-daemon.1 | 38 |
2 files changed, 41 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am index 3122ea8..00bb02d 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -52,6 +52,8 @@ 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 + @INTLTOOL_XML_NOMERGE_RULE@ #disabled until we support it @@ -66,6 +68,7 @@ EXTRA_DIST = \ $(desktop_in_files) \ $(xml_in_files) \ mate-settings-daemon.pc.in \ + $(man_MANS) \ $(NULL) DISTCLEANFILES = \ diff --git a/data/mate-settings-daemon.1 b/data/mate-settings-daemon.1 new file mode 100644 index 0000000..28b62ef --- /dev/null +++ b/data/mate-settings-daemon.1 @@ -0,0 +1,38 @@ +.\" +.\" mateâ‚‹settings-daemon manual page +.\" Copyright (c) 2009 Joshua Cummings <[email protected]> +.\" +.TH MATE-SETTINGS-DAEMON 1 "June 25 2009" "" +.SH NAME +mate-settings-daemon \- Handles the MATE session settings +.SH SYNOPSIS +\fBmate-settings-daemon\fR [\fB\-\-debug\fR] [\fB\-\-replace\fR] +[\fB\-\-display\fR=\fIDISPLAY\fR] +.SH DESCRIPTION +\fImate-settings-daemon\fR is responsible for setting the various preference +parameters of a MATE session and the applications that run under it. +.SH OPTIONS +.PP +Help options +.TP +\-?, \fB\-\-help\fR +Show this help message +.PP +Application options +.TP +\fB\-\^\-debug\fR +Enable debugging code +.TP +\fB\-\^\-replace\fR +Replaces the current running daemon +.TP +\fB\-\^\-display\fR=\fIDISPLAY\fR +X display to use +.PP +.SH AUTHOR +\fBmate-settings-daemon\fR was written by Jonathan Blandford <[email protected]> +and William Jon McCann <[email protected]>. +.PP +This manual page was originally written by Joshua Cummings <[email protected]>. +.PP +This manual page was adopted for MATE by Vangelis Mouhtsis <[email protected]>. |