>From 967a1c0c87d86ce4d86d3c870692ec6ea494a5ea Mon Sep 17 00:00:00 2001 From: Ira K. Weiny <[EMAIL PROTECTED]> Date: Fri, 18 Jan 2008 16:59:38 -0800 Subject: [PATCH] Update perl script man pages for -C and -P options
Signed-off-by: Ira K. Weiny <[EMAIL PROTECTED]> --- infiniband-diags/man/iblinkinfo.8 | 7 ++++++- infiniband-diags/man/ibprintca.8 | 6 +++++- infiniband-diags/man/ibprintrt.8 | 7 ++++++- infiniband-diags/man/ibprintswitch.8 | 7 ++++++- infiniband-diags/man/ibqueryerrors.8 | 6 +++++- 5 files changed, 28 insertions(+), 5 deletions(-) diff --git a/infiniband-diags/man/iblinkinfo.8 b/infiniband-diags/man/iblinkinfo.8 index ffe17b0..943ef8f 100644 --- a/infiniband-diags/man/iblinkinfo.8 +++ b/infiniband-diags/man/iblinkinfo.8 @@ -5,7 +5,7 @@ iblinkinfo.pl \- report link info for all links in the fabric .SH SYNOPSIS .B iblinkinfo.pl - [-Rhcdl -v <lt,hoq,vlstall> -S <guid>] + [-Rhcdl -C <ca_name> -P <ca_port> -v <lt,hoq,vlstall> -S <guid>] .SH DESCRIPTION .PP @@ -37,6 +37,11 @@ Verify additional switch settings (<LifeTime>,<HoqLife>,<VLStallCount>) .TP \fB\-c\fR Print port capabilities (enabled and supported values) +.TP +\fB\-C <ca_name>\fR use the specified ca_name for the search. +.TP +\fB\-P <ca_port>\fR use the specified ca_port for the search. + .SH AUTHOR .TP diff --git a/infiniband-diags/man/ibprintca.8 b/infiniband-diags/man/ibprintca.8 index d6db2f7..ae304f7 100644 --- a/infiniband-diags/man/ibprintca.8 +++ b/infiniband-diags/man/ibprintca.8 @@ -5,7 +5,7 @@ ibprintca.pl \- print either the ca specified or the list of cas from the ibnetd .SH SYNOPSIS .B ibprintca.pl -[-R -l] [<ca_guid|node_name>] +[-R -l -C <ca_name> -P <ca_port>] [<ca_guid|node_name>] .SH DESCRIPTION .PP @@ -30,6 +30,10 @@ Recalculate the ibnetdiscover information, ie do not use the cached information. This option is slower but should be used if the diag tools have not been used for some time or if there are other reasons to believe that the fabric has changed. +.TP +\fB\-C <ca_name>\fR use the specified ca_name for the search. +.TP +\fB\-P <ca_port>\fR use the specified ca_port for the search. .SH AUTHORS .TP diff --git a/infiniband-diags/man/ibprintrt.8 b/infiniband-diags/man/ibprintrt.8 index 309d437..4929586 100644 --- a/infiniband-diags/man/ibprintrt.8 +++ b/infiniband-diags/man/ibprintrt.8 @@ -5,7 +5,7 @@ ibprintrt.pl \- print either only the router specified or a list of routers from .SH SYNOPSIS .B ibprintrt.pl -[-R -l] [<rt_guid|node_name>] +[-R -l -C <ca_name> -P <ca_port>] [<rt_guid|node_name>] .SH DESCRIPTION .PP @@ -30,6 +30,11 @@ Recalculate the ibnetdiscover information, ie do not use the cached information. This option is slower but should be used if the diag tools have not been used for some time or if there are other reasons to believe that the fabric has changed. +.TP +\fB\-C <ca_name>\fR use the specified ca_name for the search. +.TP +\fB\-P <ca_port>\fR use the specified ca_port for the search. + .SH AUTHOR .TP diff --git a/infiniband-diags/man/ibprintswitch.8 b/infiniband-diags/man/ibprintswitch.8 index 9a8524f..11e0a87 100644 --- a/infiniband-diags/man/ibprintswitch.8 +++ b/infiniband-diags/man/ibprintswitch.8 @@ -5,7 +5,7 @@ ibprintswitch.pl \- print either the switch specified or a list of switches from .SH SYNOPSIS .B ibprintswitch.pl -[-R -l] [<switch_guid|switch_name>] +[-R -l -C <ca_name> -P <ca_port>] [<switch_guid|switch_name>] .SH DESCRIPTION .PP @@ -32,6 +32,11 @@ Recalculate the ibnetdiscover information, ie do not use the cached information. This option is slower but should be used if the diag tools have not been used for some time or if there are other reasons to believe that the fabric has changed. +.TP +\fB\-C <ca_name>\fR use the specified ca_name for the search. +.TP +\fB\-P <ca_port>\fR use the specified ca_port for the search. + .SH AUTHORS .TP diff --git a/infiniband-diags/man/ibqueryerrors.8 b/infiniband-diags/man/ibqueryerrors.8 index ad8ebde..5de484d 100644 --- a/infiniband-diags/man/ibqueryerrors.8 +++ b/infiniband-diags/man/ibqueryerrors.8 @@ -5,7 +5,7 @@ ibqueryerrors.pl \- query and report non-zero IB port counters .SH SYNOPSIS .B ibqueryerrors.pl -[-a -c -r -R -s <err1,err2,...> -S <switch_guid> -d] +[-a -c -r -R -C <ca_name> -P <ca_port> -s <err1,err2,...> -S <switch_guid> -d] .SH DESCRIPTION .PP @@ -47,6 +47,10 @@ Report results only for the switch specified. .TP \fB\-d\fR Include the optional transmit and receive data counters. +.TP +\fB\-C <ca_name>\fR use the specified ca_name for the search. +.TP +\fB\-P <ca_port>\fR use the specified ca_port for the search. .SH AUTHOR -- 1.5.1
0001-Update-perl-script-man-pages-for-C-and-P-options.patch
Description: Binary data
_______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
