Signed-off-by: Hal Rosenstock <[email protected]>
---
ibacm_addr.cfg | 2 +-
ibacm_opts.cfg | 2 +-
src/acme.c | 4 ++--
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ibacm_addr.cfg b/ibacm_addr.cfg
index c8f7f68..584419c 100644
--- a/ibacm_addr.cfg
+++ b/ibacm_addr.cfg
@@ -1,6 +1,6 @@
# InfiniBand Communication Management Assistant for clusters address file
#
-# Use ib_acme utility with -G option to automatically generate a sample
+# Use ib_acme utility with -A option to automatically generate a sample
# ibacm_addr.cfg file for the current system.
#
# Entry format is:
diff --git a/ibacm_opts.cfg b/ibacm_opts.cfg
index 6f260da..87f31d9 100644
--- a/ibacm_opts.cfg
+++ b/ibacm_opts.cfg
@@ -1,4 +1,4 @@
-# InfiniBand Multicast Communication Manager for clusters configuration file
+# InfiniBand Communication Management Assistant for clusters configuration file
#
# Use ib_acme utility with -O option to automatically generate a sample
# ibacm_opts.cfg file for the current system.
diff --git a/src/acme.c b/src/acme.c
index 81d9e3a..d7ad25f 100644
--- a/src/acme.c
+++ b/src/acme.c
@@ -97,7 +97,7 @@ static void show_usage(char *program)
static void gen_opts_temp(FILE *f)
{
- fprintf(f, "# InfiniBand Multicast Communication Manager for clusters
configuration file\n");
+ fprintf(f, "# InfiniBand Communication Management Assistant for
clusters configuration file\n");
fprintf(f, "#\n");
fprintf(f, "# Use ib_acme utility with -O option to automatically
generate a sample\n");
fprintf(f, "# ibacm_opts.cfg file for the current system.\n");
@@ -275,7 +275,7 @@ static void gen_addr_temp(FILE *f)
{
fprintf(f, "# InfiniBand Communication Management Assistant for
clusters address file\n");
fprintf(f, "#\n");
- fprintf(f, "# Use ib_acme utility with -G option to automatically
generate a sample\n");
+ fprintf(f, "# Use ib_acme utility with -A option to automatically
generate a sample\n");
fprintf(f, "# ibacm_addr.cfg file for the current system.\n");
fprintf(f, "#\n");
fprintf(f, "# Entry format is:\n");
--
1.7.8.2
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html