Browse Source

fork_process doc: note about config update added

Miklos Tirpak 15 years ago
parent
commit
a1b23f495e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      doc/modules_init.txt

+ 3 - 0
doc/modules_init.txt

@@ -113,6 +113,9 @@ static int mod_child(int rank)
 	return 0;
 }
 
+The forked child process shall also update its local configuration,
+please read the section "Refreshing the configuration" in doc/cfg.txt.
+
 
 Summary
 -------