diff options
author | Richard Carlsson <[email protected]> | 2018-05-23 13:33:21 +0200 |
---|---|---|
committer | Richard Carlsson <[email protected]> | 2018-05-23 13:33:21 +0200 |
commit | f188b1618c9fae9771070afd2735bd36f4da0763 (patch) | |
tree | 0b8e897caaa67120b5532f289e5e635ca57a8c11 /lib/reltool | |
parent | 8ee40e75ed85eb1207e6183e80f2b57f27d3894d (diff) | |
download | otp-f188b1618c9fae9771070afd2735bd36f4da0763.tar.gz otp-f188b1618c9fae9771070afd2735bd36f4da0763.tar.bz2 otp-f188b1618c9fae9771070afd2735bd36f4da0763.zip |
Replace remaining references to otp_ring0 with erl_init
Diffstat (limited to 'lib/reltool')
-rw-r--r-- | lib/reltool/doc/src/reltool_examples.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/reltool/doc/src/reltool_examples.xml b/lib/reltool/doc/src/reltool_examples.xml index 2a103119e6..f9a6fcf342 100644 --- a/lib/reltool/doc/src/reltool_examples.xml +++ b/lib/reltool/doc/src/reltool_examples.xml @@ -160,7 +160,7 @@ Eshell V9.0 (abort with ^G) {mod,erts_internal,[]}, {mod,erts_literal_area_collector,[]}, {mod,init,[]}, - {mod,otp_ring0,...}, + {mod,erl_init,...}, {mod,...}, {...}|...]}]}, {app,compiler, @@ -331,7 +331,7 @@ Eshell V10.0 (abort with ^G) {ok,{script,{"NAME","VSN"}, [{preLoaded,[erl_prim_loader,erl_tracer,erlang, erts_code_purger,erts_dirty_process_signal_handler, - erts_internal,erts_literal_area_collector,init,otp_ring0, + erts_internal,erts_literal_area_collector,init,erl_init, prim_eval,prim_file,prim_inet,prim_zip,zlib]}, {progress,preloaded}, {path,["$ROOT/lib/kernel-5.2/ebin", |