From 8e7c63282c090fe43920be3ce04fd8fc7ecb8489 Mon Sep 17 00:00:00 2001 From: Christophe CURIS Date: Sat, 7 Jun 2014 21:21:34 +0200 Subject: [PATCH] wmix: added missing command line options to the man page Signed-off-by: Christophe CURIS --- wmix/wmix.1x | 26 ++++++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/wmix/wmix.1x b/wmix/wmix.1x index 90a86b0..31cb555 100644 --- a/wmix/wmix.1x +++ b/wmix/wmix.1x @@ -3,9 +3,11 @@ wmix \- Dockapp mixer for OSS or ALSA . .SH SYNOPSIS -wmix [\fI\-h\fP] +.B wmix +.RI [ options... ] .br -wmix \fI\-f\fP <\fIfile\fP> +.B wmix +.I \-h . .SH DESCRIPTION Dockapp mixer for OSS or ALSA. Allows toggling record source, @@ -18,9 +20,25 @@ Keeps a simple configuration file for user\-defined settings. . .SH OPTIONS .TP -\fB\-h\fR Display list of command\-line options. +\fB\-d\fR <\fIdisplay\fP> +Connect to remote X display .TP -\fB\-f\fR <\fIfile\fP> use alternate config file +\fB\-e\fR <\fIname\fP> +Exclude channel from control +.TP +\fB\-f\fR <\fIfile\fP> +Use config file instead of +.I ~/.wmixrc +.TP +\fB\-h\fR +Display list of command\-line options +.TP +\fB\-m\fR <\fIdevice\fP> +Use specified mixer device instead of +.I /dev/mixer +.TP +\fB\-v\fR +Verbose start, report detected channels . .SH FILES .LP -- 2.11.4.GIT