summaryrefslogtreecommitdiffstats
path: root/drivers/staging/usbip/userspace/doc/usbipd.8
diff options
context:
space:
mode:
authorW. Trevor King2012-08-17 12:49:37 +0200
committerGreg Kroah-Hartman2012-08-17 18:44:04 +0200
commit4faf3a8d1838b86e7b66441da9a088f347e1c56b (patch)
tree94b7d9edd94f03d080b273f51bf5283cacf91920 /drivers/staging/usbip/userspace/doc/usbipd.8
parentstaging: usbip: userspace: allow `configure --with-tcp-wrappers` (diff)
downloadkernel-qcow2-linux-4faf3a8d1838b86e7b66441da9a088f347e1c56b.tar.gz
kernel-qcow2-linux-4faf3a8d1838b86e7b66441da9a088f347e1c56b.tar.xz
kernel-qcow2-linux-4faf3a8d1838b86e7b66441da9a088f347e1c56b.zip
staging: usbip: userspace: update man pages for v1.0.0
This brings them back up to date after: commit e9837bbb3e694eef4c55c934ebf1f8a0399b142c Author: matt mooney <mfm@muteddisk.com> Date: Thu May 26 06:17:11 2011 -0700 staging: usbip: userspace tools v1.0.0 I couldn't find a current equivalent for client:# usbip --port Perhaps that functionality has been deprecated due to better logging. It seems like libsrc/usbip_common.h's usbip_status_string is no longer used. Signed-off-by: W. Trevor King <wking@tremily.us> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/usbip/userspace/doc/usbipd.8')
-rw-r--r--drivers/staging/usbip/userspace/doc/usbipd.816
1 files changed, 10 insertions, 6 deletions
diff --git a/drivers/staging/usbip/userspace/doc/usbipd.8 b/drivers/staging/usbip/userspace/doc/usbipd.8
index 006559f1df25..d896936f1780 100644
--- a/drivers/staging/usbip/userspace/doc/usbipd.8
+++ b/drivers/staging/usbip/userspace/doc/usbipd.8
@@ -10,7 +10,7 @@ usbipd \- USB/IP server daemon
provides USB/IP clients access to exported USB devices.
Devices have to explicitly be exported using
-.B usbip_bind_driver
+.B usbip bind
before usbipd makes them available to other hosts.
The daemon accepts connections from USB/IP clients
@@ -29,6 +29,11 @@ Run as a daemon process.
Print debugging information.
.PP
+\fB\-h\fR, \fB\-\-help\fR
+.IP
+Print the program help message and exit.
+.PP
+
.HP
\fB\-v\fR, \fB\-\-version\fR
.IP
@@ -48,15 +53,14 @@ USB/IP client can connect and use exported devices.
server:# usbipd -D
- Start usbip daemon.
- server:# usbip_bind_driver --list
+ server:# usbip list --local
- List driver assignments for usb devices.
- server:# usbip_bind_driver --usbip 1-2
+ server:# usbip bind --busid=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 --busid=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