1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
This patch fixes several minor issues in the man page:
- 0 sets the volume to 100%
- Add matching .Ed directive to .Bd
- Clarify the usage of the -C option (closes #580827)
--- a/doc/aumix.1
+++ b/doc/aumix.1
@@ -191,6 +191,9 @@
to
.Li 9
set it to 10% through 90%.
+The digit
+.Li 0
+sets it to 100% (not 0%).
The same keys work analogously on the balance controls.
.It Space
toggles between record and play for controls which are capable of
@@ -338,9 +341,11 @@
.Sh HOME PAGE
.Bd -literal
http://jpj.net/~trevor/aumix.html
+.Ed
.Sh MAILING LISTS
.Bd -literal
https://gna.org/mail/?group=aumix
+.Ed
.Sh SEE ALSO
.Xr gpm 1 ,
.Xr moused 8 ,
--- a/doc/aumix.1
+++ b/doc/aumix.1
@@ -103,7 +103,15 @@
specify the name of a file containing a color scheme.
This implies
.Fl I .
-This option can be used to force the ncurses interface with a GTK version.
+The color scheme file may reside in the current working directory or in the
+.Nm
+data directory, typically
+.Pa /usr/share/aumix
+or
+.Pa /usr/share/aumix-gtk
+if you are using the GTK-enabled
+.Nm
+package. This option can be used to force the ncurses interface with a GTK version.
No need to specify a filename in that case.
.It Fl d Ar device_file
specify the name of the mixer device (default is
|