[ofa-general] [PATCH] Update documentation for guid format

Ira Weiny weiny2 at llnl.gov
Mon Mar 3 11:02:06 PST 2008


>From b7581a29d6ad58de01c2dc6c2bce420f300210ab Mon Sep 17 00:00:00 2001
From: Ira K. Weiny <weiny2 at llnl.gov>
Date: Mon, 3 Mar 2008 11:01:00 -0800
Subject: [PATCH] Update documentation for guid format


Signed-off-by: Ira K. Weiny <weiny2 at llnl.gov>
---
 infiniband-diags/man/iblinkinfo.8         |    2 +-
 infiniband-diags/man/ibqueryerrors.8      |    2 +-
 infiniband-diags/scripts/iblinkinfo.pl    |    2 +-
 infiniband-diags/scripts/ibqueryerrors.pl |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/infiniband-diags/man/iblinkinfo.8 b/infiniband-diags/man/iblinkinfo.8
index fe01af3..ebb0394 100644
--- a/infiniband-diags/man/iblinkinfo.8
+++ b/infiniband-diags/man/iblinkinfo.8
@@ -23,7 +23,7 @@ not been used for some time or if there are other reasons to believe the
 fabric has changed.
 .TP
 \fB\-S <guid>\fR
-Output only the switch specified by <guid>
+Output only the switch specified by <guid> (hex format)
 .TP
 \fB\-D <direct_route>\fR
 Output only the switch specified by the direct route path.
diff --git a/infiniband-diags/man/ibqueryerrors.8 b/infiniband-diags/man/ibqueryerrors.8
index 8cde440..5c7eb17 100644
--- a/infiniband-diags/man/ibqueryerrors.8
+++ b/infiniband-diags/man/ibqueryerrors.8
@@ -43,7 +43,7 @@ the fabric has changed.
 Suppress the errors listed in the comma separated list provided.
 .TP
 \fB\-S <switch_guid>\fR
-Report results only for the switch specified.
+Report results only for the switch specified. (hex format)
 .TP
 \fB\-D <direct_route>\fR
 Report results only for the switch specified by the direct route path.
diff --git a/infiniband-diags/scripts/iblinkinfo.pl b/infiniband-diags/scripts/iblinkinfo.pl
index 0d3b3ea..890567c 100755
--- a/infiniband-diags/scripts/iblinkinfo.pl
+++ b/infiniband-diags/scripts/iblinkinfo.pl
@@ -52,7 +52,7 @@ sub usage_and_exit
 "   -R Recalculate ibnetdiscover information (Default is to reuse ibnetdiscover output)\n";
 	print
 "   -D <direct route> output only the switch specified by direct route path\n";
-	print "   -S <guid> output only the switch specified by guid\n";
+	print "   -S <guid> output only the switch specified by <guid> (hex format)\n";
 	print "   -d print only down links\n";
 	print
 	  "   -l (line mode) print all information for each link on each line\n";
diff --git a/infiniband-diags/scripts/ibqueryerrors.pl b/infiniband-diags/scripts/ibqueryerrors.pl
index e4e24cb..c807c02 100755
--- a/infiniband-diags/scripts/ibqueryerrors.pl
+++ b/infiniband-diags/scripts/ibqueryerrors.pl
@@ -145,7 +145,7 @@ sub usage_and_exit
 	print "   -s <err1,err2,...> suppress errors listed\n";
 	print
 "   -D <direct route> output only the switch specified by direct route path\n";
-	print "   -S <switch_guid> query only <switch_guid>\n";
+	print "   -S <switch_guid> query only <switch_guid> (hex format)\n";
 	print "   -d include the data counters in the output\n";
 	print "   -C <ca_name> use selected Channel Adaptor name for queries\n";
 	print "   -P <ca_port> use selected channel adaptor port for queries\n";
-- 
1.5.1



More information about the general mailing list