]> git.openfabrics.org - compat-rdma/docs.git/commitdiff
some typo fixes
authorTziporet Koren <tziporet@mellanox.co.il>
Thu, 22 May 2008 10:01:52 +0000 (13:01 +0300)
committerTziporet Koren <tziporet@mellanox.co.il>
Thu, 22 May 2008 10:01:52 +0000 (13:01 +0300)
Signed-off-by: Tziporet Koren <tziporet@mellanox.co.il>
MPI_README.txt
OFED_Installation_Guide.txt
OFED_tips.txt
diags_release_notes.txt

index 58037569c132eeac2418908d78db0a86dff52654..88bb78ceba2bce82ca7a0ad1f29c6f3fdbd6bbfa 100644 (file)
@@ -26,7 +26,7 @@ provided below in sections 2, 3 and 4 respectively.
 
 1.1 Installation Note
 ---------------------
-In Step 2 of the main menu of install.sh, options 2, 3 and 4 can install
+In Step 2 of the main menu of install.pl, options 2, 3 and 4 can install
 one or more MPI stacks. Please refer to docs/OFED_Installation_Guide.txt
 to learn about the different options.
 
index aadb03aafeeeaaf02e24864c7545bc4e941e9f0b..27ecc19af9e6a6cd4fdd01e5ac586da4f4a6da59 100644 (file)
@@ -183,7 +183,9 @@ Note:   The installer will warn you if you attempt to compile any of the
                      [-n|--net <network config_file>]
 
            -c|--config <packages config_file>. Example of the config file can
-                                               be found under docs.
+                                         be found under docs (ofed.conf-example)
+          -n|--net <network config_file>      Example of the config file can be
+                                       found under docs (ofed_net.conf-example)
            -l|--prefix          Set installation prefix.
            -p|--print-available Print available packages for current platform.
                                 And create corresponding ofed.conf file.
@@ -339,8 +341,8 @@ NETWORK_ib0=172.16.0.0
 BROADCAST_ib0=172.16.255.255
 ONBOOT_ib0=1
 
-# Based on eth0; each '*' will be replaced with corresponding octet
-# from eth0.
+# Based on eth0; each '*' will be replaced by the script with corresponding 
+# octet from eth0.
 LAN_INTERFACE_ib0=eth0
 IPADDR_ib0=172.16.'*'.'*'
 NETMASK_ib0=255.255.0.0
@@ -349,7 +351,7 @@ BROADCAST_ib0=172.16.255.255
 ONBOOT_ib0=1
 
 # Based on the first eth<n> interface that is found (for n=0,1,...);
-# each '*' will be replaced with corresponding octet from eth<n>.
+# each '*' will be replaced by the script with corresponding octet from eth<n>.
 LAN_INTERFACE_ib0=
 IPADDR_ib0=172.16.'*'.'*'
 NETMASK_ib0=255.255.0.0
index ff1cba0b7f184e7ce1707fc95daae1a9ced12fb1..1eca3e9d79280548ccc966e39511a755828dab12 100644 (file)
@@ -278,7 +278,7 @@ For example:
 ----------------------------------------------------------------------
 To compile/build/install the IB modules so that they will contain debug
 information, set OPENIB_KERNEL_EXTRA_CFLAGS="-g" in your environment
-before running OFED's install.sh/build.sh .
+before running OFED's install.pl/build.sh .
 
 
 ===============================================================================
index ace7965bb8c1f071dde614d8d630d27e39993792..cce07e05d46c5c3eb0413dd3c74634355f33c48d 100644 (file)
@@ -4,7 +4,7 @@
                           February 2008
 
 
-Repo:    git://git.openfabrics.org/~ofed_1_2/management.git (release)
+Repo:    git://git.openfabrics.org/~ofed_1_3/management.git (release)
          git://git.openfabrics.org/~halr/management.git (development)