Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:Ledest:erlang:23
erlang
0168-docs-Add-note-about-how-to-configure-erl-w...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0168-docs-Add-note-about-how-to-configure-erl-when-runnin.patch of Package erlang
From 2e5eb2749390d6950ef3992efcc6e57a26061028 Mon Sep 17 00:00:00 2001 From: Frej Drejhammar <frej.drejhammar@gmail.com> Date: Fri, 16 Oct 2020 11:08:43 +0200 Subject: [PATCH] docs: Add note about how to configure erl when running escript Add a note to the documentation for the escript command line flags. The note points out that the environment variables understood by erl can also be used to configure the emulator when running escripts. --- erts/doc/src/escript_cmd.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/erts/doc/src/escript_cmd.xml b/erts/doc/src/escript_cmd.xml index 47d18c0872..d90f53a91c 100644 --- a/erts/doc/src/escript_cmd.xml +++ b/erts/doc/src/escript_cmd.xml @@ -446,5 +446,11 @@ ok <item>Compiles the escript using flag <c>+native</c>. </item> </taglist> + <note> + <p>The configuration of the Erlang emulator invoked by + <c>escript</c> can be controlled using the <seecom + marker="erl#environment_variables"> environment variables + understood by <c>erl</c></seecom>.</p> + </note> </section> </comref> -- 2.26.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor