From: Martin Quinson Date: Wed, 4 Apr 2012 02:29:17 +0000 (-1000) Subject: the word agent seems a bit artificial in our documentation, when you think about it X-Git-Tag: v3_7~123 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/f4e0c87b35c22659b29ee4ea0452796a9282965e the word agent seems a bit artificial in our documentation, when you think about it --- diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 698d3f3e49..43443928de 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -35,9 +35,9 @@ \htmlonly \endhtmlonly */ -/** @defgroup m_process_management Management Functions of Agents +/** @defgroup m_process_management Processes Management Functions * @ingroup MSG_API - * @brief This section describes the agent structure of MSG + * @brief This section describes the process structure of MSG * (#m_process_t) and the functions for managing it. */ @@ -67,7 +67,7 @@ /** @defgroup msg_gos_functions MSG Operating System Functions * @ingroup MSG_API * @brief This section describes the functions that can be used - * by an agent for handling some task. + * by a process for handling some task. */ /** @defgroup msg_deprecated_functions MSG Deprecated @@ -207,7 +207,7 @@ example from which you can learn what you want to. thanks to MSG_create_environment() and MSG_launch_application(). -# Simulation settings : MSG_create_environment() creates a realistic environment - -# Application deployment : create the agents on the right locations with + -# Application deployment : create the processes on the right locations with MSG_launch_application() -# The simulation is run with #MSG_main() @@ -326,7 +326,7 @@ example from which you can learn what you want to. thanks to MSG_create_environment() and MSG_launch_application(). -# Simulation settings : MSG_create_environment() creates a realistic environment - -# Application deployment : create the agents on the right locations with + -# Application deployment : create the processes on the right locations with MSG_launch_application() -# The simulation is run with #MSG_main() @@ -399,7 +399,7 @@ example from which you can learn what you want to. -# Simulation settings : simgrid.platform creates a realistic environment - -# Application deployment : create the agents on the right locations with + -# Application deployment : create the processes on the right locations with simgrid.application -# The simulation is run with simgrid.run