svn commit: r221719 - head/sbin/devd

Bruce M Simpson bms at FreeBSD.org
Tue May 10 02:34:12 UTC 2011


Author: bms
Date: Tue May 10 02:34:11 2011
New Revision: 221719
URL: http://svn.freebsd.org/changeset/base/221719

Log:
  Typo. For USB devices, 'serial' should be 'sernum'.
  See sys/dev/usb/usb_device.c for what devctl_notify() gets.

Modified:
  head/sbin/devd/devd.conf.5

Modified: head/sbin/devd/devd.conf.5
==============================================================================
--- head/sbin/devd/devd.conf.5	Tue May 10 01:05:41 2011	(r221718)
+++ head/sbin/devd/devd.conf.5	Tue May 10 02:34:11 2011	(r221719)
@@ -283,7 +283,7 @@ Hub port number (USB)
 Product ID (pccard/USB).
 .It Li release
 Hardware revision (USB)
-.It Li serial
+.It Li sernum
 Serial Number (USB).
 .It Li slot
 Card slot.


More information about the svn-src-all mailing list