From c65e2d7092d6cbaf03721ebe46e51cec4bd6ac0f Mon Sep 17 00:00:00 2001 From: Hans Petter Selasky Date: Fri, 14 May 2021 16:34:15 +0200 Subject: [PATCH] Update ugen(4) manual page. Fix description of generic USB character devices. PR: 244842 MFC after: 1 week Sponsored by: Mellanox Technologies // NVIDIA Networking --- share/man/man4/ugen.4 | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/share/man/man4/ugen.4 b/share/man/man4/ugen.4 index ad3ba80e0af7..35580e8aa88b 100644 --- a/share/man/man4/ugen.4 +++ b/share/man/man4/ugen.4 @@ -29,7 +29,7 @@ .\" .\" $FreeBSD$ .\" -.Dd April 24, 2018 +.Dd May 14, 2021 .Dt UGEN 4 .Os .Sh NAME @@ -304,12 +304,19 @@ debug message verbosity. Default is 0. .El .Sh FILES -.Bl -tag -width ".Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E" -compact -.It Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar E +.Bl -tag -width "/dev/usb/B.D.E" -compact +.It Pa /dev/usb/B.D.E Endpoint .Ar E of device -.Ar N . +.Ar D +at bus +.Ar B . +.It Pa /dev/ugenB.D +Control endpoint, 0, of device +.Ar D +at bus +.Ar B . .El .Sh SEE ALSO .Xr usb 4 @@ -319,5 +326,3 @@ The driver appeared in .Nx 1.4 . -.\" .Sh BUGS -.\" The driver is not yet finished; there is no access to isochronous endpoints.