From b8e91e2c1365a0cb5294e3b4dbe11faa6df5dd6c Mon Sep 17 00:00:00 2001 From: mquinson Date: Sat, 22 Oct 2005 09:11:48 +0000 Subject: [PATCH] Fix broken links in documentation git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1785 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- doc/module-msg.doc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/module-msg.doc b/doc/module-msg.doc index 09809a8de9..b972af2692 100644 --- a/doc/module-msg.doc +++ b/doc/module-msg.doc @@ -86,7 +86,7 @@ \subsection MSG_ext_ms_slave Slave code This function has to be assigned to a #m_process_t that has to behave as a slave. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. This function keeps waiting for tasks and executes them as it receives them. @@ -95,7 +95,7 @@ \subsection MSG_ext_ms_forwarder Forwarder code This function has to be assigned to a #m_process_t that has to behave as a forwarder. - Just like #master(), it should not be called directly. + Just like the master fuction (described in \ref MSG_ext_ms_master), it should not be called directly. C style arguments (argc/argv) are interpreted as a list of host that will accept those tasks. -- 2.20.1