From 8938693c3ee1161a778de5f20470c6103b2da741 Mon Sep 17 00:00:00 2001 From: Vangelis Mouhtsis Date: Tue, 18 Feb 2014 13:45:55 +0100 Subject: Add manpage Closes https://github.com/mate-desktop/mate-settings-daemon/issues/60 --- data/Makefile.am | 3 +++ data/mate-settings-daemon.1 | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) create mode 100644 data/mate-settings-daemon.1 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 +.\" +.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 +and William Jon McCann . +.PP +This manual page was originally written by Joshua Cummings . +.PP +This manual page was adopted for MATE by Vangelis Mouhtsis . -- cgit v1.2.1