summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-06-15 20:35:43 +0100
committerMartin Wimpress <[email protected]>2015-06-15 20:35:43 +0100
commit19a25dbe2059004bc64f9e342cf38f4d01da80c7 (patch)
treed579dbf0fad67641c1b2dd9b02c88f332d0fe860
parent3d7d2fdb68d40523b10a87f614e37c7d48911e9f (diff)
downloadmate-desktop-19a25dbe2059004bc64f9e342cf38f4d01da80c7.tar.bz2
mate-desktop-19a25dbe2059004bc64f9e342cf38f4d01da80c7.tar.xz
Add missing man pages for mate-color-select and mpaste. Closes #175.
-rw-r--r--man/Makefile.am4
-rw-r--r--man/mate-color-select.118
-rw-r--r--man/mpaste.150
3 files changed, 70 insertions, 2 deletions
diff --git a/man/Makefile.am b/man/Makefile.am
index b6a8c3f..df62198 100644
--- a/man/Makefile.am
+++ b/man/Makefile.am
@@ -1,9 +1,9 @@
-man_MANS =
+man_MANS = mate-color-select.1 mpaste.1
if MATE_ABOUT_ENABLED
man_MANS += mate-about.1
endif
-EXTRA_DIST = mate-about.1
+EXTRA_DIST = mate-about.1 mate-color-select.1 mpaste.1
-include $(top_srcdir)/git.mk
diff --git a/man/mate-color-select.1 b/man/mate-color-select.1
new file mode 100644
index 0000000..0469b6f
--- /dev/null
+++ b/man/mate-color-select.1
@@ -0,0 +1,18 @@
+.\"
+.\" mate-color-select manual page.
+.\" (C) 2015 Mike Gabriel <[email protected]>
+.\"
+.TH mate-color-select 1 "MATE"
+.SH NAME
+mate-color-select \- Select a color from a palette or from screen
+.SH SYNOPSIS
+.B mate-color-select [<gtk-options>]
+.SH DESCRIPTION
+The \fImate-color-select\fP program is a tool to pick a color from a
+color palette or from screen. It is not meant to be used on its own, but
+as a MATE Desktop helper application.
+.SH OPTIONS
+The \fBmate-color-select\fR tool supports all known GTK options, but has no options of its own.
+.SH BUGS
+If you find bugs in the \fImate-color-select\fP program, please report
+these on https://github.com/mate-desktop/mate-desktop/issues.
diff --git a/man/mpaste.1 b/man/mpaste.1
new file mode 100644
index 0000000..2f6fcdf
--- /dev/null
+++ b/man/mpaste.1
@@ -0,0 +1,50 @@
+.\"
+.\" mpaste manual page.
+.\" (C) 2015 Mike Gabriel <[email protected]>
+.\"
+.TH MPASTE 1 "MATE"
+.SH NAME
+mpaste \- command\-line client for https://paste.mate\-desktop.org
+.SH SYNOPSIS
+.B mpaste [<OPTIONS>] [<INFILE>]
+.SH DESCRIPTION
+The \fBmpaste\fR program reads text from file or STDIN and sends it to
+
+ \fIhttps://paste.mate\-desktop.org\fR,
+
+a pastebin site run by the MATE Desktop project. After pasting some text,
+\fBmpaste\fR returns the URL of the pasted text to the user.
+
+If \fI<INFILE>\fR is omitted, \fBmpaste\fR waits for incoming text on STDIN.
+
+.SH OPTIONS
+The following options are supported:
+.TP
+.I "\-t, \-\-title <TITLE>"
+Title of the paste.
+.\" .TP
+.\" .I "\-a, \-\-author"
+.\" Author of the paste.
+.TP
+.I "\-p, \-\-private"
+Should this paste be private?
+.TP
+.I "\-pwd, \-\-password <PASSWORD>"
+Protect paste with a given password.
+.TP
+.I "\-lang, \-\-language <LANG>"
+Language that the paste is in.
+.TP
+.I "\-ll, \-\-language\-list"
+List all supported languages.
+.TP
+.I "\-e, \-\-expire <MINUTES>"
+Paste expires in a given number of minutes.
+
+.SH BUGS
+If you find bugs in the \fImpaste\fP program, please report
+these on https://github.com/mate\-desktop/mate\-desktop/issues.
+
+.SH AUTHOR
+This manual page has been written for the Debian project by Mike Gabriel
+<mike.gabriel@das\-netzwerkteam.de> and maybe used by others.