The branch main has been updated by obiwac: URL: https://cgit.FreeBSD.org/src/commit/?id=b9d6497bd1f16e906f4dc6e600368b86d3fe0317
commit b9d6497bd1f16e906f4dc6e600368b86d3fe0317 Author: Aymeric Wibo <[email protected]> AuthorDate: 2026-06-22 14:22:01 +0000 Commit: Aymeric Wibo <[email protected]> CommitDate: 2026-06-22 14:40:31 +0000 acpi_ibm.4: Fix mic_led sysctl name Fixes: 707347f88649 ("Add missing documentation for dev.acpi_ibm.0.mic_led added in r335304") Event: Halifax Hackathon 202606 Sponsored by: The FreeBSD Foundation --- share/man/man4/acpi_ibm.4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man4/acpi_ibm.4 b/share/man/man4/acpi_ibm.4 index 6b808b77c521..41adcdb00036 100644 --- a/share/man/man4/acpi_ibm.4 +++ b/share/man/man4/acpi_ibm.4 @@ -271,7 +271,7 @@ Current brightness level of the display. Speaker volume. .It Va dev.acpi_ibm.0.mute Indicates, whether the speakers are muted or not. -.It Va dev.acpi_ibm.0.mic_mute +.It Va dev.acpi_ibm.0.mic_led Indicates, whether the microphone led (present on some model) is on or not. Note that this does not mean that the microphone input is muted. .It Va dev.acpi_ibm.0.thinklight
