[Xfce4-commits] <xfce4-mixer:master> Add man page for xfce4-mixer
Guido Berhoerster
noreply at xfce.org
Thu Sep 27 16:46:27 CEST 2012
Updating branch refs/heads/master
to f270a407b2400ae7bc0ea0ca463af18e8273d6b7 (commit)
from dad36c37b03c420fd904c3fa98f4b25c9094cc65 (commit)
commit f270a407b2400ae7bc0ea0ca463af18e8273d6b7
Author: Guido Berhoerster <guido+xfce at berhoerster.name>
Date: Thu Sep 27 16:31:08 2012 +0200
Add man page for xfce4-mixer
NEWS | 1 +
xfce4-mixer/Makefile.am | 2 ++
xfce4-mixer/xfce4-mixer.1 | 43 +++++++++++++++++++++++++++++++++++++++++++
3 files changed, 46 insertions(+), 0 deletions(-)
diff --git a/NEWS b/NEWS
index b9aa6b5..72651a7 100644
--- a/NEWS
+++ b/NEWS
@@ -39,6 +39,7 @@
more meaningful.
- Add tooltips to scale widgets in the mixer.
- Add runtime debugging mode to both the mixer and the panel plugin.
+- Add man page for xfce4-mixer.
4.8.0
diff --git a/xfce4-mixer/Makefile.am b/xfce4-mixer/Makefile.am
index 819ab28..820711f 100644
--- a/xfce4-mixer/Makefile.am
+++ b/xfce4-mixer/Makefile.am
@@ -51,6 +51,8 @@ xfce4_mixer_LDFLAGS = \
-lgstaudio-0.10 \
-lgstinterfaces-0.10
+dist_man_MANS = xfce4-mixer.1
+
desktop_in_files = xfce4-mixer.desktop.in
desktopdir = $(datadir)/applications
desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
diff --git a/xfce4-mixer/xfce4-mixer.1 b/xfce4-mixer/xfce4-mixer.1
new file mode 100644
index 0000000..39b266b
--- /dev/null
+++ b/xfce4-mixer/xfce4-mixer.1
@@ -0,0 +1,43 @@
+.\" Copyright (c) 2012 Guido Berhoerster <guido+xfce.org at berhoerster.name>
+.\"
+.\" This program is free software; you can redistribute it and/or modify
+.\" it under the terms of the GNU General Public License as published by
+.\" the Free Software Foundation; either version 2 of the License, or
+.\" (at your option) any later version.
+.\"
+.\" This program is distributed in the hope that it will be useful,
+.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
+.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+.\" GNU General Public License for more details.
+.\"
+.\" You should have received a copy of the GNU General Public License
+.\" along with this program; if not, write to the Free Software
+.\" Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+.\"
+.TH XFCE4\-MIXER 1 "1 Aug 2012"
+.SH NAME
+xfce4\-mixer \- adjust volume levels
+.SH SYNOPSIS
+\fBxfce4\-mixer\fR
+[\fB\-dhV?\fR]
+.SH DESCRIPTION
+\fBxfce4\-mixer\fR is an audio mixer which allows you to adjust input and
+output volume levels on your sound card(s).
+.SH OPTIONS
+The following options are supported:
+.TP
+.BR \-d ", " \-\-debug
+Print diagnostic output useful for debugging to stderr.
+.TP
+.BR \-h ", " \-? ", " \-\-help
+Print a summary of all command line options and exit.
+.TP
+.BR \-V ", " \-\-version
+Print the version number and exit.
+.SH EXIT STATUS
+.TP
+.B 0
+The program has exited normally.
+.TP
+.B >0
+An Error has occurred.
More information about the Xfce4-commits
mailing list