[openib-general] trivial patch to fix cmatose usage message
Pete Wyckoff
pw at osc.edu
Fri Aug 4 13:17:26 PDT 2006
Do not type the characters "dst_ip=" explicitly, just the IP
address, in both the trunk and the iwarp branch.
Signed-off-by: Pete Wyckoff <pw at osc.edu>
Index: userspace/librdmacm/examples/cmatose.c
===================================================================
--- userspace/librdmacm/examples/cmatose.c (revision 8688)
+++ userspace/librdmacm/examples/cmatose.c (working copy)
@@ -55,7 +55,7 @@
/*
* To execute:
* Server: rdma_cmatose
- * Client: rdma_cmatose "dst_ip=ip"
+ * Client: rdma_cmatose <dst_ip>
*/
struct cmatest_node {
More information about the general
mailing list