diff options
| author | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-22 14:22:01 +0000 |
|---|---|---|
| committer | Aymeric Wibo <obiwac@FreeBSD.org> | 2026-06-22 14:40:31 +0000 |
| commit | b9d6497bd1f16e906f4dc6e600368b86d3fe0317 (patch) | |
| tree | 918a07ea67e97a1b8ce7e6405c5da3bbde99373f | |
| parent | 1a8701e2e9a97cabb18ed58d236382796d7f7aa7 (diff) | |
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
| -rw-r--r-- | share/man/man4/acpi_ibm.4 | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
