Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2025 16:52:14 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 44f3e9f7f6c9 - main - usbhid.4: Note where debug messages go
Message-ID:  <202510021652.592GqEZv025090@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 ,



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510021652.592GqEZv025090>