The branch main has been updated by 0mp (doc, ports committer):

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

commit 061f37d280976e0f79f823c732fa80825ce48ded
Author:     Mateusz Piotrowski <[email protected]>
AuthorDate: 2021-04-18 23:50:29 +0000
Commit:     Mateusz Piotrowski <[email protected]>
CommitDate: 2021-04-19 00:16:14 +0000

    bhyve: Document the format for HD audio backends
    
    - This change is done for consistency with other backend definitions.
    
    MFC after:      2 weeks
---
 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "[email protected]"

Reply via email to