소스 검색

fork_process doc: note about config update added

Miklos Tirpak 15 년 전
부모
커밋
a1b23f495e
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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
 -------