From f4e0c87b35c22659b29ee4ea0452796a9282965e Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 3 Apr 2012 16:29:17 -1000 Subject: [PATCH] the word agent seems a bit artificial in our documentation, when you think about it --- doc/module-msg.doc | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 -- 2.20.1