git: 44f3e9f7f6c9 - main - usbhid.4: Note where debug messages go
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 02 Oct 2025 16:52:14 UTC
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=44f3e9f7f6c9afed33d2967c1ed48361bb6b404b commit 44f3e9f7f6c9afed33d2967c1ed48361bb6b404b Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2025-10-02 16:50:15 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2025-10-02 16:51:58 +0000 usbhid.4: Note where debug messages go PR: 280377 Sponsored by: The FreeBSD Foundation --- share/man/man4/usbhid.4 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/share/man/man4/usbhid.4 b/share/man/man4/usbhid.4 index 4c7f254bdace..0b2e7230e3f4 100644 --- a/share/man/man4/usbhid.4 +++ b/share/man/man4/usbhid.4 @@ -67,6 +67,8 @@ Default is 1. Debug output level, where 0 is debugging disabled and larger values increase debug message verbosity. Default is 0. +Debug messages are printed on the system console and can be viewed using +.Xr dmesg 8 . .El .Sh SEE ALSO .Xr ehci 4 ,