Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation fixups: some arguments got renamed, and the DTD did also
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 08:55:54 +0000 (08:55 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 30 Apr 2008 08:55:54 +0000 (08:55 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5354 48e7efb5-ca39-0410-a469-dd3cf9ba447f

src/msg/deployment.c
src/msg/environment.c
src/msg/gos.c

index cb083ba..35fc38e 100644 (file)
@@ -19,7 +19,7 @@
  * \param file a filename of a xml description of the application. This file 
  * follows this DTD :
  *
  * \param file a filename of a xml description of the application. This file 
  * follows this DTD :
  *
- *     \include surfxml.dtd
+ *     \include simgrid.dtd
  *
  * Here is a small example of such a platform 
  *
  *
  * Here is a small example of such a platform 
  *
index 8dfe4d0..066ca48 100644 (file)
@@ -49,7 +49,7 @@ m_host_t MSG_get_host_by_name(const char *name)
  * \param file a filename of a xml description of a platform. This file 
  * follows this DTD :
  *
  * \param file a filename of a xml description of a platform. This file 
  * follows this DTD :
  *
- *     \include surfxml.dtd
+ *     \include simgrid.dtd
  *
  * Here is a small example of such a platform 
  *
  *
  * Here is a small example of such a platform 
  *
index ad589ed..ed5e702 100644 (file)
@@ -436,7 +436,7 @@ MSG_task_put_bounded(m_task_t task, m_host_t dest, m_channel_t channel, double m
  * \param channel the channel on which the agent should put this
    task. This value has to be >=0 and < than the maximal number of
    channels fixed with MSG_set_channel_number().
  * \param channel the channel on which the agent should put this
    task. This value has to be >=0 and < than the maximal number of
    channels fixed with MSG_set_channel_number().
- * \param max_duration the maximum time to wait for a task before giving
+ * \param timeout the maximum time to wait for a task before giving
     up. In such a case, #MSG_TRANSFER_FAILURE will be returned, \a task 
     will not be modified 
  * \return #MSG_FATAL if \a task is not properly initialized and
     up. In such a case, #MSG_TRANSFER_FAILURE will be returned, \a task 
     will not be modified 
  * \return #MSG_FATAL if \a task is not properly initialized and
@@ -581,7 +581,7 @@ MSG_task_listen_from(const char* alias)
    listening. This value has to be >=0 and < than the maximal.
    number of channels fixed with MSG_set_channel_number().
  * \param PID a memory location for storing an int.
    listening. This value has to be >=0 and < than the maximal.
    number of channels fixed with MSG_set_channel_number().
  * \param PID a memory location for storing an int.
- * \param max_duration the maximum time to wait for a task before
+ * \param timeout the maximum time to wait for a task before
     giving up. In the case of a reception, *\a PID will be updated
     with the PID of the first process to send a task.
  * \return #MSG_HOST_FAILURE if the host is shut down in the meantime
     giving up. In the case of a reception, *\a PID will be updated
     with the PID of the first process to send a task.
  * \return #MSG_HOST_FAILURE if the host is shut down in the meantime