From da0f8bc7644e7b6d005ba0a7c6e8490eadc16841 Mon Sep 17 00:00:00 2001 From: infirit Date: Fri, 6 Jun 2014 14:46:03 +0200 Subject: Move all manpages into thier own man directory --- man/Makefile.am | 8 ++++++++ man/mate-about-me.1 | 18 ++++++++++++++++++ man/mate-appearance-properties.1 | 28 ++++++++++++++++++++++++++++ man/mate-default-applications-properties.1 | 24 ++++++++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 man/Makefile.am create mode 100644 man/mate-about-me.1 create mode 100644 man/mate-appearance-properties.1 create mode 100644 man/mate-default-applications-properties.1 (limited to 'man') 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 . 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 . 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 . -- cgit v1.2.1