]> AND Public Git Repository - simgrid.git/blobdiff - doc/user_guide/doxygen/bindings.doc
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
maxmin/precision: reflect the real default value, as found in the code
[simgrid.git] / doc / user_guide / doxygen / bindings.doc
index a5e5257d3fad88acbc6d48cc19cbe3c71408e11a..97ffbfa701cf686e2b3998a03ff257fd70b2a7fa 100644 (file)
@@ -2,10 +2,10 @@
 
 
 \section bindings_binding_Java Java Binding
-<a href="http://simgrid.gforge.inria.fr/simgrid-java/1.2/doc/">Simgrid-Java documentation</a>.
+Check online for our specific <a href="http://simgrid.gforge.inria.fr/documentation.php">Simgrid-Java documentation</a>.
 
 \section bindings_binding_Ruby Ruby Binding
-<a href="http://simgrid.gforge.inria.fr/simgrid-ruby/1.0/doc/">Simgrid-Ruby documentation</a>.
+Check online for our specific <a href="http://simgrid.gforge.inria.fr/documentation.php">Simgrid-Ruby documentation</a>.
 
 \section bindings_binding_lua Lua Binding
 
@@ -169,7 +169,7 @@ the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
       \subsubsection MSG_ext_ms_master_lua Master code
 
-            as described ine the C native master/Slave exmaple , this function has to be assigned to a m_process_t that will behave as the master.
+            as described in the C native master/Slave example, this function has to be assigned to a msg_process_t that will behave as the master.
 
       Lua style arguments (...) in for the master are interpreted as:
        - the number of tasks to distribute
@@ -184,7 +184,7 @@ the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
       \subsubsection MSG_ext_ms_slave_lua Slave code
 
-      This function has to be assigned to a #m_process_t that has to behave as a slave.
+      This function has to be assigned to a #msg_process_t that has to behave as a slave.
       This function keeps waiting for tasks and executes them as it receives them.
 
       \until end_of_slave
@@ -219,7 +219,7 @@ the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
       \subsubsection MSG_ext_ms_bp_master_lua Master code
 
-            as described ine the C native master/Slave exmaple , this function has to be assigned to a m_process_t that will behave as the master.
+            as described in the C native master/Slave example, this function has to be assigned to a msg_process_t that will behave as the master.
 
       Lua style arguments (...) in for the master are interpreted as:
        - the number of tasks to distribute
@@ -234,7 +234,7 @@ the full example is distributed in the file examples/lua/master_slave_bypass.lua
 
       \subsubsection MSG_ext_ms_bp_slave_lua Slave code
 
-      This function has to be assigned to a #m_process_t that has to behave as a slave.
+      This function has to be assigned to a #msg_process_t that has to behave as a slave.
       This function keeps waiting for tasks and executes them as it receives them.
 
       \until end_of_slave