diff options
author | 2020-05-17 05:48:39 +0000 | |
---|---|---|
committer | 2020-05-17 05:48:39 +0000 | |
commit | 082a9e6de974ada063b2a60934b1e44de92db27c (patch) | |
tree | 0f7227ce1fe67a7d4db9140d6fb62c282e69c6ad | |
parent | Print lists as comma-separated items (diff) | |
download | wireguard-openbsd-082a9e6de974ada063b2a60934b1e44de92db27c.tar.xz wireguard-openbsd-082a9e6de974ada063b2a60934b1e44de92db27c.zip |
Fix forgotten references to removed mixer.4 manual
-rw-r--r-- | lib/libc/sys/sysctl.2 | 6 | ||||
-rw-r--r-- | share/man/man4/envy.4 | 9 | ||||
-rw-r--r-- | share/man/man4/man4.sparc64/audioce.4 | 6 |
3 files changed, 8 insertions, 13 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index f090e925414..2e1b085ae78 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.39 2020/04/21 21:32:26 deraadt Exp $ +.\" $OpenBSD: sysctl.2,v 1.40 2020/05/17 05:48:39 ratchov 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: April 21 2020 $ +.Dd $Mdocdate: May 17 2020 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -518,8 +518,6 @@ The maximum number of bytes allowed among the arguments to .It Dv KERN_AUDIO Pq Va kern.audio Control device-independent aspects of the .Xr audio 4 -and -.Xr mixer 4 subsystem. Currently, there is one subnode: .Bl -column "KERN_AUDIO_RECORD" "integer" "Changeable" -offset indent diff --git a/share/man/man4/envy.4 b/share/man/man4/envy.4 index aa1c65fec73..95c2c75da1b 100644 --- a/share/man/man4/envy.4 +++ b/share/man/man4/envy.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: envy.4,v 1.16 2011/03/07 19:56:10 jmc Exp $ +.\" $OpenBSD: envy.4,v 1.17 2020/05/17 05:48:39 ratchov 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: March 7 2011 $ +.Dd $Mdocdate: May 17 2020 $ .Dt ENVY 4 .Os .Sh NAME @@ -58,10 +58,7 @@ device from the codecs. They are labelled .Va line0 \(en -.Va line7 -in the -.Xr mixer 4 -interface. +.Va line7 . .It Dv outputs There are 8 streams corresponding to data sent by the device to the codecs. They are labelled diff --git a/share/man/man4/man4.sparc64/audioce.4 b/share/man/man4/man4.sparc64/audioce.4 index 42d0d2e8f6e..e81d28bdec8 100644 --- a/share/man/man4/man4.sparc64/audioce.4 +++ b/share/man/man4/man4.sparc64/audioce.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: audioce.4,v 1.8 2010/07/26 23:17:19 jakemsr Exp $ +.\" $OpenBSD: audioce.4,v 1.9 2020/05/17 05:48:39 ratchov Exp $ .\" .\" Copyright (c) 2001 Jason L. Wright (jason@thought.net) .\" All rights reserved. @@ -24,7 +24,7 @@ .\" ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 26 2010 $ +.Dd $Mdocdate: May 17 2020 $ .Dt AUDIOCE 4 sparc64 .Os .Sh NAME @@ -49,7 +49,7 @@ The has a maximum precision of 16 bits and has both stereo and monoaural outputs. .Sh MIXER INTERFACE The -.Xr mixer 4 +.Xr audio 4 interface for .Nm provides the following controls: |