[Spice-devel] [PATCH usbredir 3/5] Update the connectkernel man page to reflect the socket option more accurately.

Jeremy White jwhite at codeweavers.com
Wed Dec 9 14:16:27 PST 2015


Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 connectkernel/connectkernel.1 | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/connectkernel/connectkernel.1 b/connectkernel/connectkernel.1
index 8e5d3d5..12257b8 100644
--- a/connectkernel/connectkernel.1
+++ b/connectkernel/connectkernel.1
@@ -4,13 +4,15 @@ connectkernel\- registering an exported USB device with a kernel running usbredi
 .SH SYNOPSIS
 .B connectkernel
 devid server port [\fI--attach <sysfs_file>\fR]
+devid --socket file  [\fI--attach <sysfs_file>\fR]
 .SH DESCRIPTION
 connectkernel is a small standalone utility which will connect to a
 remote usbredirserver and give the connection handle to the linux
 kernel, thereby importing the remote device into the running linux kernel.
 .PP
-You need to specify a unique identifier for the remote device, and a
-server and port where the device can be found.
+You need to specify a unique identifier for the remote device.  You either provide
+a server and port for a TCP connection to the device, or you can provide
+the name of a UNIX domain socket via the --socket option.
 .PP
 Notice that an invocation of connectkernel can only be used to export a
 single USB device. If you want to connect multiple devices you will need
-- 
2.1.4



More information about the Spice-devel mailing list