svn commit: r266560 - stable/9/share/man/man4
Gavin Atkinson
gavin at FreeBSD.org
Thu May 22 21:10:16 UTC 2014
Author: gavin
Date: Thu May 22 21:10:16 2014
New Revision: 266560
URL: http://svnweb.freebsd.org/changeset/base/266560
Log:
Merge r266261 from head:
USB endpoints are almost always single-digits, fix the path in the man
page to be clearer.
PR: docs/175560
Submitted by: Andreas Gustafsson <gson gson.org>
Modified:
stable/9/share/man/man4/ugen.4
Directory Properties:
stable/9/share/man/man4/ (props changed)
Modified: stable/9/share/man/man4/ugen.4
==============================================================================
--- stable/9/share/man/man4/ugen.4 Thu May 22 21:08:32 2014 (r266559)
+++ stable/9/share/man/man4/ugen.4 Thu May 22 21:10:16 2014 (r266560)
@@ -29,7 +29,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd July 22, 2012
+.Dd May 16, 2014
.Dt UGEN 4
.Os
.Sh NAME
@@ -292,10 +292,10 @@ and
should be set to
.Dv USB_CURRENT_ALT_INDEX .
.Sh FILES
-.Bl -tag -width ".Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar EE" -compact
-.It Pa /dev/ugen Ns Ar N Ns Pa \&. Ns Ar EE
+.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
Endpoint
-.Ar EE
+.Ar E
of device
.Ar N .
.El
More information about the svn-src-stable-9
mailing list