Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2018 15:50:11 +0000 (UTC)
From:      Edward Tomasz Napierala <trasz@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r332580 - stable/11/usr.sbin/usbconfig
Message-ID:  <201804161550.w3GFoBQD077818@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: trasz
Date: Mon Apr 16 15:50:10 2018
New Revision: 332580
URL: https://svnweb.freebsd.org/changeset/base/332580

Log:
  MFC r327522:
  
  Fix warnings from "mandoc -Tlint -Wwarning".

Modified:
  stable/11/usr.sbin/usbconfig/usbconfig.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/usbconfig/usbconfig.8
==============================================================================
--- stable/11/usr.sbin/usbconfig/usbconfig.8	Mon Apr 16 15:49:16 2018	(r332579)
+++ stable/11/usr.sbin/usbconfig/usbconfig.8	Mon Apr 16 15:50:10 2018	(r332580)
@@ -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 ,



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