diff options
| author | Stefano Karapetsas <[email protected]> | 2013-04-21 01:34:09 +0200 | 
|---|---|---|
| committer | Stefano Karapetsas <[email protected]> | 2013-04-21 01:34:09 +0200 | 
| commit | 110778320f3ff9b03af538bc4cb3c3bca6f5f699 (patch) | |
| tree | 85151e6883f48b3ee0372ff69466f4c3005ebf92 | |
| parent | 76761001bf64a4283abb90eb9d1fd6c50b1efead (diff) | |
| download | mate-panel-110778320f3ff9b03af538bc4cb3c3bca6f5f699.tar.bz2 mate-panel-110778320f3ff9b03af538bc4cb3c3bca6f5f699.tar.xz  | |
Add manpages for all binaries
Closes #99 (https://github.com/mate-desktop/mate-panel/issues/99)
| -rw-r--r-- | man/Makefile.am | 5 | ||||
| -rw-r--r-- | man/mate-desktop-item-edit.1 | 19 | ||||
| -rw-r--r-- | man/mate-panel-test-applets.1 | 18 | ||||
| -rw-r--r-- | man/mate-panel.1 | 4 | 
4 files changed, 43 insertions, 3 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 7fe1e192..18c2e06d 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -1,4 +1,7 @@ -man_MANS = mate-panel.1 +man_MANS = \ +	mate-panel.1 \ +	mate-desktop-item-edit.1 \ +	mate-panel-test-applets.1  EXTRA_DIST = $(man_MANS) diff --git a/man/mate-desktop-item-edit.1 b/man/mate-desktop-item-edit.1 new file mode 100644 index 00000000..af662f6a --- /dev/null +++ b/man/mate-desktop-item-edit.1 @@ -0,0 +1,19 @@ +.TH "mate-desktop-item-edit" "1"  +.SH "NAME"  +mate-desktop-item-edit \(em  tool to edit .desktop file  +.SH "SYNOPSIS"  +.PP  +\fBmate-desktop-item-edit\fR [\fB\-\-create-new \fP]  [\fB\-\-help \fP]   +.SH "DESCRIPTION"  +.PP  +\fBmate-desktop-item-edit\fR allows you to edit .desktop file.  +.SH "OPTIONS"  +.IP "\fB\-\-create-new\fP" 10  +Create new file in the given directory.  +.IP "\fB\-\-help\fP" 10  +Display help  +.SH "AUTHOR"  +.PP  +This manual page was written by Christian Marillat [email protected] for  +the \fBDebian GNU/Linux\fP system (but may be used by others).  +.\" created by instant / docbook-to-man, Sun 03 Dec 2006, 23:24  diff --git a/man/mate-panel-test-applets.1 b/man/mate-panel-test-applets.1 new file mode 100644 index 00000000..28412e88 --- /dev/null +++ b/man/mate-panel-test-applets.1 @@ -0,0 +1,18 @@ +.TH "mate-panel-test-applets" "1"  +.SH "NAME"  +mate-panel-test-applets \(em  display installed applets  +.SH "SYNOPSIS"  +.PP  +\fBmate-panel-test-applets\fR [\fB\-\-help \fP]   +.SH "DESCRIPTION"  +.PP  +\fBmate-panel-test-applets\fR display installed applets in a  +dialog box and allow you to test them.  +.SH "OPTIONS"  +.IP "\fB\-\-help\fP" 10  +Display help  +.SH "AUTHOR"  +.PP  +This manual page was written by Christian Marillat [email protected] for  +the \fBDebian GNU/Linux\fP system (but may be used by others).  +.\" created by instant / docbook-to-man, Sun 03 Dec 2006, 23:24  diff --git a/man/mate-panel.1 b/man/mate-panel.1 index 4ed78e83..1b984ef7 100644 --- a/man/mate-panel.1 +++ b/man/mate-panel.1 @@ -6,7 +6,7 @@  .SH NAME  mate-panel \- Display the MATE panel  .SH SYNOPSIS -.B mate-about [\-\-replace] +.B mate-panel [\-\-replace]  .SH DESCRIPTION  The \fImate-panel\fP program provides the panels of the the MATE  desktop. @@ -24,4 +24,4 @@ features.  Replace an already running panel.  .SH BUGS  If you find bugs in the \fImate-panel\fP program, please report -these on https://bugzilla.gnome.org. +these on https://github.com/mate-desktop/mate-panel/issues.  | 
