svn commit: r327522 - head/usr.sbin/usbconfig

Edward Tomasz Napierala trasz at FreeBSD.org
Wed Jan 3 17:28:02 UTC 2018


Author: trasz
Date: Wed Jan  3 17:28:01 2018
New Revision: 327522
URL: https://svnweb.freebsd.org/changeset/base/327522

Log:
  Fix warnings from "mandoc -Tlint -Wwarning".
  
  Reported by:	Yuri Pankov <yuripv at gmx.com>
  MFC after:	2 weeks
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/usr.sbin/usbconfig/usbconfig.8

Modified: head/usr.sbin/usbconfig/usbconfig.8
==============================================================================
--- head/usr.sbin/usbconfig/usbconfig.8	Wed Jan  3 17:04:13 2018	(r327521)
+++ head/usr.sbin/usbconfig/usbconfig.8	Wed Jan  3 17:28:01 2018	(r327522)
@@ -144,7 +144,6 @@ See
 for more information.
 .El
 .Sh EXAMPLES
-.Pp
 Show information about the device on USB bus 1 at address 2:
 .Pp
 .Dl usbconfig -d ugen1.2 dump_info
@@ -172,7 +171,6 @@ Program the device on USB bus 1 at address 2 to suspen
 .Dl usbconfig -d ugen1.2 power_off
 .Dl usbconfig -d ugen1.2 power_save
 .Dl usbconfig -d ugen1.2 power_on
-.Pp
 .Sh SEE ALSO
 .Xr usb 4 ,
 .Xr usb_quirk 4 ,


More information about the svn-src-head mailing list