Module Name: src
Committed By: martin
Date: Sat Dec 19 13:52:36 UTC 2020
Modified Files:
src/share/man/man4 [netbsd-9]: audio.4
Log Message:
Pull up following revision(s) (requested by isaki in ticket #1157):
share/man/man4/audio.4: revision 1.104
Remove an old description.
This behavior was modified in sys/dev/audio/audio.c rev 1.65 (Mar. 2020).
To generate a diff of this commit:
cvs rdiff -u -r1.90.2.1 -r1.90.2.2 src/share/man/man4/audio.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/audio.4
diff -u src/share/man/man4/audio.4:1.90.2.1 src/share/man/man4/audio.4:1.90.2.2
--- src/share/man/man4/audio.4:1.90.2.1 Thu Apr 30 15:40:50 2020
+++ src/share/man/man4/audio.4 Sat Dec 19 13:52:36 2020
@@ -1,4 +1,4 @@
-.\" $NetBSD: audio.4,v 1.90.2.1 2020/04/30 15:40:50 martin Exp $
+.\" $NetBSD: audio.4,v 1.90.2.2 2020/12/19 13:52:36 martin Exp $
.\"
.\" Copyright (c) 1996 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -85,8 +85,6 @@ are identical.
.Pp
On a full-duplex device, reads and writes may operate concurrently
without interference.
-If a full-duplex capable audio device is opened for both reading and writing
-it will start in play mode but not start in record mode.
.Pp
On a half-duplex device, if there are any recording descriptors already,
opening with write mode will fail.