[kernel] r19189 - dists/sid/linux-tools/debian/patches

Ben Hutchings benh at alioth.debian.org
Sun Jun 24 01:09:29 UTC 2012


Author: benh
Date: Sun Jun 24 01:09:28 2012
New Revision: 19189

Log:
Update usbip man pages further

Added:
   dists/sid/linux-tools/debian/patches/usbip-update-man-pages.patch
      - copied, changed from r19177, dists/sid/linux-tools/debian/patches/usbip-remove-usbip_bind_driver-man-page
Deleted:
   dists/sid/linux-tools/debian/patches/usbip-remove-usbip_bind_driver-man-page
Modified:
   dists/sid/linux-tools/debian/patches/series

Modified: dists/sid/linux-tools/debian/patches/series
==============================================================================
--- dists/sid/linux-tools/debian/patches/series	Sun Jun 24 00:44:58 2012	(r19188)
+++ dists/sid/linux-tools/debian/patches/series	Sun Jun 24 01:09:28 2012	(r19189)
@@ -1,4 +1,4 @@
 modpost-symbol-prefix.patch
 tools-perf-version.patch
 tools-perf-install.patch
-usbip-remove-usbip_bind_driver-man-page
+usbip-update-man-pages.patch

Copied and modified: dists/sid/linux-tools/debian/patches/usbip-update-man-pages.patch (from r19177, dists/sid/linux-tools/debian/patches/usbip-remove-usbip_bind_driver-man-page)
==============================================================================
--- dists/sid/linux-tools/debian/patches/usbip-remove-usbip_bind_driver-man-page	Wed Jun 20 06:04:10 2012	(r19177, copy source)
+++ dists/sid/linux-tools/debian/patches/usbip-update-man-pages.patch	Sun Jun 24 01:09:28 2012	(r19189)
@@ -1,6 +1,9 @@
 From: Ben Hutchings <ben at decadent.org.uk>
-Subject: The usbip_bind_driver command was removed; remove the man page too
+Subject: Update man pages for merging of commands
 
+usbip_bind_driver (formerly usbip_attach_driver) was merged into the
+usbip command.  Remove the separate man page for it.  Update examples
+and references accordingly.
 --- a/drivers/staging/usbip/userspace/Makefile.am
 +++ b/drivers/staging/usbip/userspace/Makefile.am
 @@ -3,4 +3,4 @@
@@ -54,3 +57,34 @@
 -.SH "SEE ALSO"
 -\fBusbip\fP\fB(8)\fB\fP,
 -\fBusbipd\fP\fB(8)\fB\fP
+--- a/drivers/staging/usbip/userspace/doc/usbip.8
++++ b/drivers/staging/usbip/userspace/doc/usbip.8
+@@ -67,5 +67,4 @@
+         - Detach the usb device.
+ 
+ .SH "SEE ALSO"
+-\fBusbipd\fP\fB(8)\fB\fP,
+-\fBusbip_attach_driver\fP\fB(8)\fB\fP
++\fBusbipd\fP\fB(8)\fB\fP
+--- a/drivers/staging/usbip/userspace/doc/usbipd.8
++++ b/drivers/staging/usbip/userspace/doc/usbipd.8
+@@ -48,15 +48,14 @@
+     server:# usbipd -D
+         - Start usbip daemon.
+ 
+-    server:# usbip_bind_driver --list
++    server:# usbip list
+         - List driver assignments for usb devices.
+ 
+-    server:# usbip_bind_driver --usbip 1-2
++    server:# usbip bind -b 1-2
+         - Bind usbip-host.ko to the device of busid 1-2.
+         - A usb device 1-2 is now exportable to other hosts!
+-        - Use 'usbip_bind_driver --other 1-2' when you want to shutdown exporting and use the device locally.
++        - Use 'usbip unbind -b 1-2' when you want to shutdown exporting and use the device locally.
+ 
+ .SH "SEE ALSO"
+-\fBusbip\fP\fB(8)\fB\fP,
+-\fBusbip_attach_driver\fP\fB(8)\fB\fP
++\fBusbip\fP\fB(8)\fB\fP
+ 



More information about the Kernel-svn-changes mailing list