git: 47cf19e72c - main - Chase changes to the mixer(8) command-line interface

From: Mateusz Piotrowski <0mp_at_FreeBSD.org>
Date: Sun, 13 Mar 2022 13:28:00 UTC
The branch main has been updated by 0mp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=47cf19e72c6bedcba2071457c02752f0a441fb98

commit 47cf19e72c6bedcba2071457c02752f0a441fb98
Author:     Mateusz Piotrowski <0mp@FreeBSD.org>
AuthorDate: 2022-03-13 13:27:24 +0000
Commit:     Mateusz Piotrowski <0mp@FreeBSD.org>
CommitDate: 2022-03-13 13:27:24 +0000

    Chase changes to the mixer(8) command-line interface
---
 documentation/content/en/books/faq/_index.adoc | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/documentation/content/en/books/faq/_index.adoc b/documentation/content/en/books/faq/_index.adoc
index 5f989378e9..b56a880137 100644
--- a/documentation/content/en/books/faq/_index.adoc
+++ b/documentation/content/en/books/faq/_index.adoc
@@ -740,13 +740,20 @@ bindkey ^[[3~ delete-char # for xterm
 ==== Workarounds for no sound from my man:pcm[4] sound card?
 
 Some sound cards set their output volume to 0 at every boot.
-Run the following command every time the machine boots:
+On FreeBSD 13 and earlier, run the following command every time the machine boots:
 
 [source,shell]
 ....
 # mixer pcm 100 vol 100 cd 100
 ....
 
+Use the following command on FreeBSD 14 and later:
+
+[source,shell]
+....
+# mixer pcm.volume=100 vol.volume=100 cd.volume=100
+....
+
 [[power-management-support]]
 ==== Does FreeBSD support power management on my laptop?