git: a3dcec67d1e9 - stable/13 - bhyve: Document the format for HD audio backends

Mateusz Piotrowski 0mp at FreeBSD.org
Mon Aug 16 09:04:18 UTC 2021


The branch stable/13 has been updated by 0mp (doc, ports committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=a3dcec67d1e94d13602812dde9b74f100851cc09

commit a3dcec67d1e94d13602812dde9b74f100851cc09
Author:     Mateusz Piotrowski <0mp at FreeBSD.org>
AuthorDate: 2021-04-18 23:50:29 +0000
Commit:     Mateusz Piotrowski <0mp at FreeBSD.org>
CommitDate: 2021-08-16 09:00:38 +0000

    bhyve: Document the format for HD audio backends
    
    - This change is done for consistency with other backend definitions.
    
    MFC after:      2 weeks
    
    (cherry picked from commit 061f37d280976e0f79f823c732fa80825ce48ded)
---
 usr.sbin/bhyve/bhyve.8 | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/usr.sbin/bhyve/bhyve.8 b/usr.sbin/bhyve/bhyve.8
index 7bbb663665d7..bf3c792dd235 100644
--- a/usr.sbin/bhyve/bhyve.8
+++ b/usr.sbin/bhyve/bhyve.8
@@ -707,12 +707,21 @@ Revision Number with maximum 8 characters.
 Model Number with maximum 40 characters.
 .El
 .Pp
-HD Audio devices:
+HD Audio device backends:
+.Bl -bullet
+.It
+.Sm off
+.Op Cm play= Ar playback
+.Op Cm ,rec= Ar recording
+.Sm on
+.El
+.Pp
+Configuration options are defined as follows:
 .Bl -tag -width 10n
-.It Li play
+.It Cm play
 Playback device, typically
 .Ar /dev/dsp0 .
-.It Li rec
+.It Cm rec
 Recording device, typically
 .Ar /dev/dsp0 .
 .El


More information about the dev-commits-src-all mailing list