Sort sections.
This commit is contained in:
parent
d41c96b482
commit
56533d2558
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mixerctl.1,v 1.12 2001/12/01 16:43:19 wiz Exp $
|
||||
.\" $NetBSD: mixerctl.1,v 1.13 2001/12/01 20:40:20 wiz Exp $
|
||||
.\" Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
|
@ -121,6 +121,16 @@ The suffixes ++ and -- can be used to step through the values of a
|
|||
mixer control. For numeric controls these operators may increase
|
||||
(resp. decrease) the value by an amount (the delta) suitable to make
|
||||
the control assume the next possible value.
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width MIXERDEVICE
|
||||
.It Pa MIXERDEVICE
|
||||
the mixer device to use.
|
||||
.El
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/mixer0
|
||||
.It Pa /dev/mixer0
|
||||
mixer audio device
|
||||
.El
|
||||
.Sh EXAMPLES
|
||||
The commmand
|
||||
.Dl "mixerctl -a -v"
|
||||
|
@ -136,16 +146,6 @@ record.record=220,220 volume
|
|||
record.record.source=mic [ mic cd dac ]
|
||||
monitor.monitor=0 volume
|
||||
.Ed
|
||||
.Sh FILES
|
||||
.Bl -tag -width /dev/mixer0
|
||||
.It Pa /dev/mixer0
|
||||
mixer audio device
|
||||
.El
|
||||
.Sh ENVIRONMENT
|
||||
.Bl -tag -width MIXERDEVICE
|
||||
.It Pa MIXERDEVICE
|
||||
the mixer device to use.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr audioctl 1 ,
|
||||
.Xr audio 4 ,
|
||||
|
@ -155,4 +155,3 @@ The
|
|||
.Nm
|
||||
command first appeared in
|
||||
.Nx 1.3 .
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
.\" $NetBSD: mkdep.1,v 1.7 2001/12/01 16:43:20 wiz Exp $
|
||||
.\" $NetBSD: mkdep.1,v 1.8 2001/12/01 20:40:44 wiz Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1987, 1990, 1993
|
||||
.\" The Regents of the University of California. All rights reserved.
|
||||
|
@ -90,15 +90,15 @@ module.
|
|||
This is useful for programs whose source is contained in a single
|
||||
module.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cc 1 ,
|
||||
.Xr cpp 1 ,
|
||||
.Xr make 1
|
||||
.Sh FILES
|
||||
.Bl -tag -width .depend -compact
|
||||
.It Pa .depend
|
||||
File containing list of dependencies.
|
||||
.El
|
||||
.Sh SEE ALSO
|
||||
.Xr cc 1 ,
|
||||
.Xr cpp 1 ,
|
||||
.Xr make 1
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
|
|
Loading…
Reference in New Issue