From 33578436d1a3dcfebcdb00c2ec6235867f396fd3 Mon Sep 17 00:00:00 2001 From: Hal Rosenstock Date: Sat, 15 Jun 2013 16:10:16 +0300 Subject: [PATCH] More cosmetic changes for consistency between acme and config files Signed-off-by: Hal Rosenstock Signed-off-by: Sean Hefty --- 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 cc8746f..e8e7e6b 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"); -- 2.46.0