=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/mixerctl/mixerctl.8,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/usr.bin/mixerctl/mixerctl.8 2020/04/22 05:37:00 1.2 --- src/usr.bin/mixerctl/mixerctl.8 2020/04/22 08:25:27 1.3 *************** *** 1,4 **** ! .\" $OpenBSD: mixerctl.8,v 1.2 2020/04/22 05:37:00 jmc Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. --- 1,4 ---- ! .\" $OpenBSD: mixerctl.8,v 1.3 2020/04/22 08:25:27 ratchov Exp $ .\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. *************** *** 32,38 **** .Os .Sh NAME .Nm mixerctl ! .Nd control audio mixing .Sh SYNOPSIS .Nm mixerctl .Op Fl anv --- 32,38 ---- .Os .Sh NAME .Nm mixerctl ! .Nd manipulate audio hardware controls .Sh SYNOPSIS .Nm mixerctl .Op Fl anv *************** *** 52,58 **** .Sh DESCRIPTION The .Nm ! command displays or sets various audio system mixing variables. If a list of variables is present on the command line, .Nm prints the current value of those variables for the specified device. --- 52,58 ---- .Sh DESCRIPTION The .Nm ! command displays or sets various audio device variables. If a list of variables is present on the command line, .Nm prints the current value of those variables for the specified device. *************** *** 66,72 **** This is the default, if no parameters are given to .Nm . .It Fl f Ar file ! Specify an alternative audio mixing device. The default is .Pa /dev/audioctl0 . .It Fl n --- 66,72 ---- This is the default, if no parameters are given to .Nm . .It Fl f Ar file ! Specify an alternative audio control device. The default is .Pa /dev/audioctl0 . .It Fl n *************** *** 93,99 **** .El .Pp The exact set of controls that can be manipulated depends on ! the mixer. The general format (in both getting and setting a value) is: .Pp .D1 class.name=value --- 93,99 ---- .El .Pp The exact set of controls that can be manipulated depends on ! the device. The general format (in both getting and setting a value) is: .Pp .D1 class.name=value *************** *** 105,121 **** or .Dq outputs , indicating that the control affects the input or output, respectively, ! to the mixer. The .Ar name ! indicates what part of the mixer the control affects. ! Continuous mixer values, e.g. volume, have numeric values in the range 0\-255. If .Ar value can be set for each channel independently, the values are printed separated by commas. ! Discrete mixer values, e.g. the recording source, have symbolic names. .Pp Variables may take one of three types, --- 105,121 ---- or .Dq outputs , indicating that the control affects the input or output, respectively, ! to the device. The .Ar name ! indicates what part of the device the control affects. ! Continuous values, e.g. volume, have numeric values in the range 0\-255. If .Ar value can be set for each channel independently, the values are printed separated by commas. ! Discrete values, e.g. the recording source, have symbolic names. .Pp Variables may take one of three types, *************** *** 149,166 **** .Sh ENVIRONMENT .Bl -tag -width "MIXERDEVICEXXX" .It Ev MIXERDEVICE ! The audio mixer device to use. .El .Sh FILES .Bl -tag -width "/etc/mixerctl.confXXX" -compact .It Pa /dev/audioctl0 ! Default mixer audio device. .It Pa /etc/mixerctl.conf .Nm configuration file. .El .Sh EXAMPLES ! Show possible values for all mixer variables, and their current settings: .Bd -literal -offset indent $ mixerctl -av --- 149,166 ---- .Sh ENVIRONMENT .Bl -tag -width "MIXERDEVICEXXX" .It Ev MIXERDEVICE ! The audio control device to use. .El .Sh FILES .Bl -tag -width "/etc/mixerctl.confXXX" -compact .It Pa /dev/audioctl0 ! Default audio control device. .It Pa /etc/mixerctl.conf .Nm configuration file. .El .Sh EXAMPLES ! Show possible values for all device variables, and their current settings: .Bd -literal -offset indent $ mixerctl -av