The branch stable/13 has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=374f3920c72a8d5708a49810a32482c270a576b4
commit 374f3920c72a8d5708a49810a32482c270a576b4 Author: Gordon Bergling <[email protected]> AuthorDate: 2023-03-26 07:43:58 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2023-03-31 07:50:37 +0000 devd.conf.5: Fix a typo in the manual page - s/deteted/detected/ (cherry picked from commit 328ebd4680563d62d79c724ab6bbeaadafba7997) --- sbin/devd/devd.conf.5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 632bc759ddc1..58900112fb73 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -545,7 +545,7 @@ device has detected the lid openinging. .It Li PMU Ta Li POWER Ta ACLINE Ta The .Xr pmc 4 -device has deteted an AC line state ($notify=0x00 is offline, 0x01 is online). +device has detected an AC line state ($notify=0x00 is offline, 0x01 is online). .It Li PMU Ta Li USB Ta overvoltage Ta An over-voltage condition on the power lines for the USB power pins. .It Li PMU Ta Li USB Ta plugged Ta
