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 /data/mate-settings-daemon.1 | |
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
Diffstat (limited to 'data/mate-settings-daemon.1')
-rw-r--r-- | data/mate-settings-daemon.1 | 38 |
1 files changed, 38 insertions, 0 deletions
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]>. |