]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
man: Change DOS formatting to unix formatting
authorHal Rosenstock <hal@mellanox.com>
Sat, 15 Jun 2013 14:24:24 +0000 (17:24 +0300)
committerSean Hefty <sean.hefty@intel.com>
Fri, 28 Jun 2013 17:13:28 +0000 (10:13 -0700)
Signed-off-by: Hal Rosenstock <hal@mellanox.com>
Signed-off-by: Sean Hefty <sean.hefty@intel.com>
man/ib_acme.1
man/ibacm.7

index c4915cb56c304a53deaa81b58921641445df5e15..adea02370ad7b1c73532cb689f967593875b50ee 100644 (file)
@@ -1,81 +1,81 @@
-.TH "ib_acme" 7 "2010-12-06" "ib_acme" "ib_acme" ib_acme\r
-.SH NAME\r
-ib_acme \- test and configuration utility for the IB ACM\r
-.SH SYNOPSIS\r
-.sp\r
-.nf\r
-\fIib_acme\fR [-f addr_format] [-s src_addr] -d dest_addr [-v]\r
-.fi\r
-.nf\r
-\fIib_acme\fR [-G] [-O]\r
-.fi\r
-.SH "DESCRIPTION"\r
-ib_acme provides assistance configuring and testing the ibacm service.\r
-The first usage of the service will test that the ibacm is running\r
-and operating correctly.  The second usage model will automatically\r
-create address and configuration files for the ibacm service.\r
-.SH "OPTIONS"\r
-.TP\r
-\-f addr_format\r
-Specifies the format of the src_addr and dest_addr parameters.  Valid\r
-address formats are: 'i' ip address, 'n' host name, 'l' lid, 'g' gid,\r
-and 'u' unspecified.  If the -f option is omitted,\r
-an unspecified address format is assumed.  ib_acme will use getaddrinfo or\r
-other mechanisms to determine which format the address uses.\r
-.TP\r
-\-s src_addr\r
-Specifies the local source address of the path to resolve.  The source\r
-address can be an IP address, system network name, or LID, as indicated by\r
-the addr_format option.\r
-.TP\r
-\-d dest_addr\r
-Specifies the destination address of the path to resolve.  The destination\r
-address can be an IP address, system network name, or LID, as indicated by\r
-the addr_format option.\r
-.TP\r
-\-v\r
-Indicates that the resolved path information should be verified with the\r
-active IB SA.  Use of the -v option provides a sanity check that\r
-resolved path information is usable given the current cluster configuration.\r
-.TP\r
-\-c\r
-Instructs the ACM service to only returned information that currently resides\r
-in its local cache.\r
-.TP\r
-\-A\r
-With this option, the ib_acme utility automatically generates the address\r
-configuration file ibacm_addr.cfg.  The generated file is\r
-constructed using the system host name and any IP addresses that are\r
-assigned to IPoIB device instances.\r
-.TP\r
-\-O\r
-With this option, the ib_acme utility automatically generates the option\r
-configuration file ibacm_opts.cfg.  The generated file is currently generated\r
-using static information.\r
-.TP\r
-\-V\r
-Enables verbose output.  When combined with -A or -O options, ib_acme will\r
-display additional details, such as generated address information saved\r
-to the ibacm_addr.cfg file.\r
-.SH "NOTES"\r
-The ib_acme utility performs two main functions.  With the -A and -O options,\r
-it automatically generates address or options configuration files.  The\r
-generated files are text based and may be edited.  These options are intended\r
-to provide a simple way to configure address and option information on all\r
-nodes on a cluster.\r
-.P\r
-The other function of the ib_acme utility is to test the ibacm service,\r
-including helping to verify that the service is usable given the current\r
-cluster configuration.  The ib_acme utility can resolve IP addresses,\r
-network names, or IB LIDs into a path record.  It can then compare that\r
-path record against one obtained by the SA.  When used to test the\r
-ibacm service, the ib_acme utility has the side effect of loading the\r
-ibacm caches.\r
-.P\r
-Multiple, numerical destinations can be specified by adding brackets [] to\r
-the end of a base destination name or address.  Users may specify a list of\r
-numerical ranges inside the brackets using the following example as a\r
-guide: node[1-3,5,7-8].  This will result in testing node1, node2, node3,\r
-node5, node7, and node8.   \r
-.SH "SEE ALSO"\r
-ibacm(7) ibacm(1)\r
+.TH "ib_acme" 7 "2010-12-06" "ib_acme" "ib_acme" ib_acme
+.SH NAME
+ib_acme \- test and configuration utility for the IB ACM
+.SH SYNOPSIS
+.sp
+.nf
+\fIib_acme\fR [-f addr_format] [-s src_addr] -d dest_addr [-v]
+.fi
+.nf
+\fIib_acme\fR [-G] [-O]
+.fi
+.SH "DESCRIPTION"
+ib_acme provides assistance configuring and testing the ibacm service.
+The first usage of the service will test that the ibacm is running
+and operating correctly.  The second usage model will automatically
+create address and configuration files for the ibacm service.
+.SH "OPTIONS"
+.TP
+\-f addr_format
+Specifies the format of the src_addr and dest_addr parameters.  Valid
+address formats are: 'i' ip address, 'n' host name, 'l' lid, 'g' gid,
+and 'u' unspecified.  If the -f option is omitted,
+an unspecified address format is assumed.  ib_acme will use getaddrinfo or
+other mechanisms to determine which format the address uses.
+.TP
+\-s src_addr
+Specifies the local source address of the path to resolve.  The source
+address can be an IP address, system network name, or LID, as indicated by
+the addr_format option.
+.TP
+\-d dest_addr
+Specifies the destination address of the path to resolve.  The destination
+address can be an IP address, system network name, or LID, as indicated by
+the addr_format option.
+.TP
+\-v
+Indicates that the resolved path information should be verified with the
+active IB SA.  Use of the -v option provides a sanity check that
+resolved path information is usable given the current cluster configuration.
+.TP
+\-c
+Instructs the ACM service to only returned information that currently resides
+in its local cache.
+.TP
+\-A
+With this option, the ib_acme utility automatically generates the address
+configuration file ibacm_addr.cfg.  The generated file is
+constructed using the system host name and any IP addresses that are
+assigned to IPoIB device instances.
+.TP
+\-O
+With this option, the ib_acme utility automatically generates the option
+configuration file ibacm_opts.cfg.  The generated file is currently generated
+using static information.
+.TP
+\-V
+Enables verbose output.  When combined with -A or -O options, ib_acme will
+display additional details, such as generated address information saved
+to the ibacm_addr.cfg file.
+.SH "NOTES"
+The ib_acme utility performs two main functions.  With the -A and -O options,
+it automatically generates address or options configuration files.  The
+generated files are text based and may be edited.  These options are intended
+to provide a simple way to configure address and option information on all
+nodes on a cluster.
+.P
+The other function of the ib_acme utility is to test the ibacm service,
+including helping to verify that the service is usable given the current
+cluster configuration.  The ib_acme utility can resolve IP addresses,
+network names, or IB LIDs into a path record.  It can then compare that
+path record against one obtained by the SA.  When used to test the
+ibacm service, the ib_acme utility has the side effect of loading the
+ibacm caches.
+.P
+Multiple, numerical destinations can be specified by adding brackets [] to
+the end of a base destination name or address.  Users may specify a list of
+numerical ranges inside the brackets using the following example as a
+guide: node[1-3,5,7-8].  This will result in testing node1, node2, node3,
+node5, node7, and node8.
+.SH "SEE ALSO"
+ibacm(7) ibacm(1)
index c0c63fc6b70d5c1e4a1d0601dad83b1cb1dace23..06acf5b24354b78d4ed29f25f84f9f77d34da9c2 100644 (file)
@@ -1,31 +1,31 @@
-.TH "IBACM" 7 "2012-03-01" "IBACM" "IB ACM User Guide" IBACM\r
-.SH NAME\r
-ibacm \- InfiniBand communication management assistant\r
-.SH SYNOPSIS\r
-.B "#include <infiniband/ib_acm.h>"\r
-.SH "DESCRIPTION"\r
-Used to resolve remote endpoint information before establishing communications\r
-over InfiniBand.\r
-.SH "NOTES"\r
-Th IB ACM provides scalable address and route resolution services over\r
-InfiniBand.  It resolves system network names and IP addresses to InfiniBand\r
-path record data using efficient mechanisms, including caching of data.\r
-.P\r
-The IB ACM provides information needed to establish a connection, but does\r
-not implement the communication management protocol.  It provides services\r
-similar to rdma_getaddrinfo, rdma_resolve_addr, and rdma_resolve_route using\r
-IB multicast.\r
-The IB ACM does not require IPoIB or use standard naming services, such as\r
-DNS, and limits network communication, especially with the IB SA.\r
-The ib_acme utility assists in verifying what options of the ibacm service\r
-may be usable for the current fabric topology.\r
-.P\r
-Client interactions with the ibacm service are done over sockets through\r
-a standard TCP connection.  The librdmacm abstracts this interaction.\r
-.SH "RETURN CODES"\r
-.IP "== 0"\r
-success\r
-.IP "!= 0"\r
-error\r
-.SH "SEE ALSO"\r
-ib_acme(1), ibacm(1)\r
+.TH "IBACM" 7 "2012-03-01" "IBACM" "IB ACM User Guide" IBACM
+.SH NAME
+ibacm \- InfiniBand communication management assistant
+.SH SYNOPSIS
+.B "#include <infiniband/ib_acm.h>"
+.SH "DESCRIPTION"
+Used to resolve remote endpoint information before establishing communications
+over InfiniBand.
+.SH "NOTES"
+Th IB ACM provides scalable address and route resolution services over
+InfiniBand.  It resolves system network names and IP addresses to InfiniBand
+path record data using efficient mechanisms, including caching of data.
+.P
+The IB ACM provides information needed to establish a connection, but does
+not implement the communication management protocol.  It provides services
+similar to rdma_getaddrinfo, rdma_resolve_addr, and rdma_resolve_route using
+IB multicast.
+The IB ACM does not require IPoIB or use standard naming services, such as
+DNS, and limits network communication, especially with the IB SA.
+The ib_acme utility assists in verifying what options of the ibacm service
+may be usable for the current fabric topology.
+.P
+Client interactions with the ibacm service are done over sockets through
+a standard TCP connection.  The librdmacm abstracts this interaction.
+.SH "RETURN CODES"
+.IP "== 0"
+success
+.IP "!= 0"
+error
+.SH "SEE ALSO"
+ib_acme(1), ibacm(1)