mirror of
https://github.com/openbsd/src.git
synced 2025-01-10 06:47:55 -08:00
move mixerctl and audioctl man pages to section 8, as these work
against root-only device nodes.
This commit is contained in:
parent
8ea04389ce
commit
596a878a59
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: sysctl.2,v 1.38 2020/03/11 08:48:11 jmc Exp $
|
||||
.\" $OpenBSD: sysctl.2,v 1.39 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
@ -27,7 +27,7 @@
|
||||
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: March 11 2020 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt SYSCTL 2
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -534,7 +534,7 @@ If set to the default value of 0, recording is muted by default
|
||||
for all audio devices.
|
||||
Otherwise, audio recording is enabled by default.
|
||||
For individual devices, this setting can be overridden with the
|
||||
.Xr mixerctl 1
|
||||
.Xr mixerctl 8
|
||||
.Va record.enable
|
||||
variable.
|
||||
.El
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: sio_open.3,v 1.48 2019/01/18 08:43:49 ratchov Exp $
|
||||
.\" $OpenBSD: sio_open.3,v 1.49 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2007 Alexandre Ratchov <alex@caoua.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: January 18 2019 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt SIO_OPEN 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -630,7 +630,7 @@ It specifies the weight the audio subsystem will
|
||||
give to this stream.
|
||||
It is not meant to control hardware parameters like
|
||||
speaker gain; the
|
||||
.Xr mixerctl 1
|
||||
.Xr mixerctl 8
|
||||
interface should be used for that purpose instead.
|
||||
.Pp
|
||||
An application can use the
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: arcofi.4,v 1.6 2014/04/22 21:01:10 miod Exp $
|
||||
.\" $OpenBSD: arcofi.4,v 1.7 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\"
|
||||
.\" Copyright (c) 2011 Miodrag Vallat.
|
||||
@ -15,7 +15,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 22 2014 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt ARCOFI 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -87,8 +87,8 @@ and
|
||||
.Cm outputs.spkr
|
||||
volume settings are tied to the same hardware setting.
|
||||
.Sh SEE ALSO
|
||||
.Xr audioctl 1 ,
|
||||
.Xr mixerctl 1 ,
|
||||
.Xr audioctl 8 ,
|
||||
.Xr mixerctl 8 ,
|
||||
.Xr ioctl 2 ,
|
||||
.Xr audio 4 ,
|
||||
.Xr gsc 4 ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: audio.4,v 1.83 2020/04/20 20:29:22 ratchov Exp $
|
||||
.\" $OpenBSD: audio.4,v 1.84 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\" $NetBSD: audio.4,v 1.20 1998/05/28 17:27:15 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -28,7 +28,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 20 2020 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt AUDIO 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -58,7 +58,7 @@ driver exposes the
|
||||
.Va record.enable
|
||||
control.
|
||||
The superuser can change it with
|
||||
.Xr mixerctl 1 .
|
||||
.Xr mixerctl 8 .
|
||||
It accepts the following values:
|
||||
.Pp
|
||||
.Bl -tag -offset indent -width "sysctl" -compact
|
||||
@ -505,9 +505,9 @@ Control device.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr aucat 1 ,
|
||||
.Xr audioctl 1 ,
|
||||
.Xr audioctl 8 ,
|
||||
.Xr cdio 1 ,
|
||||
.Xr mixerctl 1 ,
|
||||
.Xr mixerctl 8 ,
|
||||
.Xr sndioctl 1 ,
|
||||
.Xr ioctl 2 ,
|
||||
.Xr sio_open 3 ,
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: mixerctl.conf.5,v 1.9 2020/04/04 08:43:08 ratchov Exp $
|
||||
.\" $OpenBSD: mixerctl.conf.5,v 1.10 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2008 Jason McIntyre <jmc@openbsd.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 4 2020 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt MIXERCTL.CONF 5
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -23,7 +23,7 @@
|
||||
.Sh DESCRIPTION
|
||||
.Nm
|
||||
is the configuration file for
|
||||
.Xr mixerctl 1 .
|
||||
.Xr mixerctl 8 .
|
||||
It allows the user to specify settings for the audio mixer
|
||||
at system startup.
|
||||
The exact set of variables available are
|
||||
@ -96,7 +96,7 @@ Check that the direction of the corresponding connectors is set to
|
||||
.Ar output .
|
||||
Other devices may need to set _source variables to work correctly.
|
||||
The maximum possible value of the
|
||||
.Xr audioctl 1
|
||||
.Xr audioctl 8
|
||||
variable
|
||||
.Ic play.channels
|
||||
shows the number of channels available.
|
||||
@ -138,12 +138,12 @@ The file can then be played back to determine quality.
|
||||
.It Pa /dev/audioctl0
|
||||
Default audio mixing device.
|
||||
.It Pa /etc/mixerctl.conf
|
||||
.Xr mixerctl 1
|
||||
.Xr mixerctl 8
|
||||
configuration file.
|
||||
.It Pa /etc/examples/mixerctl.conf
|
||||
Example configuration file.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr aucat 1 ,
|
||||
.Xr audioctl 1 ,
|
||||
.Xr mixerctl 1
|
||||
.Xr audioctl 8 ,
|
||||
.Xr mixerctl 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: aucat.1,v 1.114 2017/04/24 06:47:41 ratchov Exp $
|
||||
.\" $OpenBSD: aucat.1,v 1.115 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2006 Alexandre Ratchov <alex@caoua.org>
|
||||
.\"
|
||||
@ -14,7 +14,7 @@
|
||||
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
||||
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 24 2017 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt AUCAT 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -289,9 +289,9 @@ $ aucat -n -i stereo.wav -c 0:0 -o left.wav \e
|
||||
-c 1:1 -o right.wav
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr audioctl 1 ,
|
||||
.Xr audioctl 8 ,
|
||||
.Xr cdio 1 ,
|
||||
.Xr mixerctl 1 ,
|
||||
.Xr mixerctl 8 ,
|
||||
.Xr audio 4 ,
|
||||
.Xr sndio 7 ,
|
||||
.Xr sndiod 8
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: audioctl.1,v 1.30 2016/06/21 07:55:21 jmc Exp $
|
||||
.\" $OpenBSD: audioctl.8,v 1.1 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\" $NetBSD: audioctl.1,v 1.7 1998/04/27 16:55:23 augustss Exp $
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -26,7 +26,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: June 21 2016 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt AUDIOCTL 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -149,7 +149,7 @@ hardware, then supported ones will be selected instead.
|
||||
.Sh SEE ALSO
|
||||
.Xr aucat 1 ,
|
||||
.Xr cdio 1 ,
|
||||
.Xr mixerctl 1 ,
|
||||
.Xr mixerctl 8 ,
|
||||
.Xr audio 4 ,
|
||||
.Xr sysctl 8
|
||||
.Sh HISTORY
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: cdio.1,v 1.63 2019/10/02 07:43:20 ratchov Exp $
|
||||
.\" $OpenBSD: cdio.1,v 1.64 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1995 Serge V. Vakulenko
|
||||
.\" All rights reserved.
|
||||
@ -29,7 +29,7 @@
|
||||
.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
|
||||
.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: October 2 2019 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt CDIO 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -308,8 +308,8 @@ device to use.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr aucat 1 ,
|
||||
.Xr audioctl 1 ,
|
||||
.Xr mixerctl 1 ,
|
||||
.Xr audioctl 8 ,
|
||||
.Xr mixerctl 8 ,
|
||||
.Xr audio 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $OpenBSD: mixerctl.1,v 1.36 2020/04/04 08:43:08 ratchov Exp $
|
||||
.\" $OpenBSD: mixerctl.8,v 1.1 2020/04/21 21:32:26 deraadt Exp $
|
||||
.\" $NetBSD: mixerctl.1,v 1.8 1998/05/09 12:41:16 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -27,7 +27,7 @@
|
||||
.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
.\" POSSIBILITY OF SUCH DAMAGE.
|
||||
.\"
|
||||
.Dd $Mdocdate: April 4 2020 $
|
||||
.Dd $Mdocdate: April 21 2020 $
|
||||
.Dt MIXERCTL 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
@ -184,7 +184,7 @@ inputs.dac.mute: on -\*(Gt off
|
||||
.Ed
|
||||
.Sh SEE ALSO
|
||||
.Xr aucat 1 ,
|
||||
.Xr audioctl 1 ,
|
||||
.Xr audioctl 8 ,
|
||||
.Xr cdio 1 ,
|
||||
.Xr audio 4 ,
|
||||
.Xr mixerctl.conf 5 ,
|
Loading…
Reference in New Issue
Block a user