* [PATCH 07/15 ibacm] More cosmetic changes for consistency between acme and config files
@ 2013-06-21 11:01 Hal Rosenstock
0 siblings, 0 replies; only message in thread
From: Hal Rosenstock @ 2013-06-21 11:01 UTC (permalink / raw)
To: Hefty, Sean
Cc: linux-rdma (linux-rdma-u79uwXL29TY76Z2rM5mHXA@public.gmane.org)
Signed-off-by: Hal Rosenstock <hal-VPRAkNaXOzVWk0Htik3J/w@public.gmane.org>
---
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 majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2013-06-21 11:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 11:01 [PATCH 07/15 ibacm] More cosmetic changes for consistency between acme and config files Hal Rosenstock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox