Date: Wed, 3 Jan 2018 17:28:01 +0000 (UTC) From: Edward Tomasz Napierala <trasz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r327522 - head/usr.sbin/usbconfig Message-ID: <201801031728.w03HS1Uh078771@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201801031728.w03HS1Uh078771>