diff options
author | Hans Bolinder <[email protected]> | 2017-03-02 14:58:52 +0100 |
---|---|---|
committer | Hans Bolinder <[email protected]> | 2017-03-02 14:58:52 +0100 |
commit | 60a24d2010c98c44d2bf44faca04756049487ec3 (patch) | |
tree | 9622f05c4d56a85ecfd8832aa5c883993d488a1b /lib/stdlib/doc/src | |
parent | 654f7791bd4c1248ed78401ebeade0f98a2250b3 (diff) | |
parent | 369ef2ee5586e5cad2f16f0b8f956be011ba1550 (diff) | |
download | otp-60a24d2010c98c44d2bf44faca04756049487ec3.tar.gz otp-60a24d2010c98c44d2bf44faca04756049487ec3.tar.bz2 otp-60a24d2010c98c44d2bf44faca04756049487ec3.zip |
Merge branch 'maint'
* maint:
typer: Update runtime dependencies
dialyzer: Update runtime dependencies
Correct documentation of get_modules message
Diffstat (limited to 'lib/stdlib/doc/src')
-rw-r--r-- | lib/stdlib/doc/src/sys.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/sys.xml b/lib/stdlib/doc/src/sys.xml index 9091a46df9..45171f814d 100644 --- a/lib/stdlib/doc/src/sys.xml +++ b/lib/stdlib/doc/src/sys.xml @@ -83,8 +83,8 @@ <p>If the modules used to implement the process change dynamically during runtime, the process must understand one more message. An example is the <seealso marker="gen_event"><c>gen_event</c></seealso> - processes. The message is <c>{get_modules, From}</c>. - The reply to this message is <c>From ! {modules, Modules}</c>, where + processes. The message is <c>{_Label, {From, Ref}, get_modules}</c>. + The reply to this message is <c>From ! {Ref, Modules}</c>, where <c>Modules</c> is a list of the currently active modules in the process.</p> <p>This message is used by the release handler to find which |