From: mquinson Date: Wed, 30 Apr 2008 08:55:54 +0000 (+0000) Subject: Documentation fixups: some arguments got renamed, and the DTD did also X-Git-Tag: v3.3~533 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/42530ed329ac001f1de9b9303549d5ea1972c630?ds=sidebyside Documentation fixups: some arguments got renamed, and the DTD did also git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5354 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/deployment.c b/src/msg/deployment.c index cb083ba115..35fc38e46a 100644 --- a/src/msg/deployment.c +++ b/src/msg/deployment.c @@ -19,7 +19,7 @@ * \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 * diff --git a/src/msg/environment.c b/src/msg/environment.c index 8dfe4d0ada..066ca48b38 100644 --- a/src/msg/environment.c +++ b/src/msg/environment.c @@ -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 : * - * \include surfxml.dtd + * \include simgrid.dtd * * Here is a small example of such a platform * diff --git a/src/msg/gos.c b/src/msg/gos.c index ad589edc5a..ed5e70291f 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -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 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 @@ -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. - * \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