diff options
author | infirit <[email protected]> | 2014-06-06 14:46:03 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2014-06-06 15:03:58 +0200 |
commit | da0f8bc7644e7b6d005ba0a7c6e8490eadc16841 (patch) | |
tree | d2329aca261813e741f96f3c9235fbbdcc2c79cf /man | |
parent | a119a454a93e04fe592e3daf8d511900494fbf6f (diff) | |
download | mate-control-center-da0f8bc7644e7b6d005ba0a7c6e8490eadc16841.tar.bz2 mate-control-center-da0f8bc7644e7b6d005ba0a7c6e8490eadc16841.tar.xz |
Move all manpages into thier own man directory
Diffstat (limited to 'man')
-rw-r--r-- | man/Makefile.am | 8 | ||||
-rw-r--r-- | man/mate-about-me.1 | 18 | ||||
-rw-r--r-- | man/mate-appearance-properties.1 | 28 | ||||
-rw-r--r-- | man/mate-default-applications-properties.1 | 24 |
4 files changed, 78 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am new file mode 100644 index 00000000..2baee6a0 --- /dev/null +++ b/man/Makefile.am @@ -0,0 +1,8 @@ +man_MANS = \ + mate-about-me.1 \ + mate-appearance-properties.1 \ + mate-default-applications-properties.1 + +EXTRA_DIST = $(man_MANS) + +-include $(top_srcdir)/git.mk diff --git a/man/mate-about-me.1 b/man/mate-about-me.1 new file mode 100644 index 00000000..e6be7655 --- /dev/null +++ b/man/mate-about-me.1 @@ -0,0 +1,18 @@ +.TH "mate-about-me" "1" + +.SH "NAME" +mate-about-me \(em is a control center applet. + +.SH "SYNOPSIS" +.PP +\fBmate-about-me\fR + +.SH "DESCRIPTION" +.PP +MATE About Me is a control center applet to set user information. +.PP +It allows one to change user password and set user avatar image (~/.face file). + +.SH "AUTHOR" +.PP +This manual page was written by Stefano Karapetsas <[email protected]>. diff --git a/man/mate-appearance-properties.1 b/man/mate-appearance-properties.1 new file mode 100644 index 00000000..0c1dddfd --- /dev/null +++ b/man/mate-appearance-properties.1 @@ -0,0 +1,28 @@ +.TH "mate-appearance-properties" "1" + +.SH "NAME" +mate-appearance-properties \(em is a control center applet. + +.SH "SYNOPSIS" +.PP +\fBmate-appearance-properties\fR [\fIOPTIONS\fR]... [\fIWALLPAPER\fR]... + +.SH "DESCRIPTION" +.PP +MATE Appearance Properties is a control center applet to edit appearance +settings. +.PP +It allows one to change: GTK theme, window manager theme, icon theme, cursor +theme, desktop background and font settings. + +.SH "OPTIONS" +.PP +.IP "\fB-i,\fP \fB\-\-install-theme=\fIFILENAME\fR\fP " 10 +Specify the filename of a theme to install +.PP +.IP "\fB-p,\fP \fB\-\-show-page=\fIPAGE\fR\fP " 10 +Specify the name of the page to show (theme|background|fonts|interface) + +.SH "AUTHOR" +.PP +This manual page was written by Stefano Karapetsas <[email protected]>. diff --git a/man/mate-default-applications-properties.1 b/man/mate-default-applications-properties.1 new file mode 100644 index 00000000..4575a34f --- /dev/null +++ b/man/mate-default-applications-properties.1 @@ -0,0 +1,24 @@ +.TH "mate-default-applications-properties" "1" + +.SH "NAME" +mate-default-applications-properties \(em is a control center applet. + +.SH "SYNOPSIS" +.PP +\fBmate-default-applications-properties\fR [\fIOPTIONS\fR]... + +.SH "DESCRIPTION" +.PP +MATE Default Applications Properties is a control center applet to edit +default applications. +.PP +It allows one to set default file manager, email client, web browser, etc. + +.SH "OPTIONS" +.PP +.IP "\fB-p,\fP \fB\-\-show-page=\fIPAGE\fR\fP " 10 +Specify the name of the page to show (internet|multimedia|system|a11y) + +.SH "AUTHOR" +.PP +This manual page was written by Stefano Karapetsas <[email protected]>. |