Signed-off-by: Hal Rosenstock <[email protected]> --- ibacm_addr.cfg | 4 ++-- ibacm_opts.cfg | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ibacm_addr.cfg b/ibacm_addr.cfg index dd2bd6e..c8f7f68 100644 --- a/ibacm_addr.cfg +++ b/ibacm_addr.cfg @@ -1,7 +1,7 @@ # InfiniBand Communication Management Assistant for clusters address file # # Use ib_acme utility with -G option to automatically generate a sample -# acm_addr.cfg file for the current system. +# ibacm_addr.cfg file for the current system. # # Entry format is: # address device port pkey @@ -21,4 +21,4 @@ # node31-1 ibv_device0 1 0x00FF # node31-2 ibv_device0 2 0x00FF # 192.168.0.1 ibv_device0 1 0xFFFF -# 192.168.0.2 ibv_device0 2 default \ No newline at end of file +# 192.168.0.2 ibv_device0 2 default diff --git a/ibacm_opts.cfg b/ibacm_opts.cfg index dc9823e..58069b8 100644 --- a/ibacm_opts.cfg +++ b/ibacm_opts.cfg @@ -1,7 +1,7 @@ # InfiniBand Multicast Communication Manager for clusters configuration file # # Use ib_acme utility with -O option to automatically generate a sample -# acm_opts.cfg file for the current system. +# ibacm_opts.cfg file for the current system. # # Entry format is: # name value -- 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
