From a16fb200156a45d29981221b3e4b69ff3bea376b Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Mon, 13 Nov 2023 15:36:05 +0100 Subject: [PATCH] erlang: docs - removed trailing spaces --- src/modules/erlang/doc/erlang.xml | 4 ++-- src/modules/erlang/doc/erlang_admin.xml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/src/modules/erlang/doc/erlang.xml b/src/modules/erlang/doc/erlang.xml index ffdaea72b7f..8996daa94b7 100644 --- a/src/modules/erlang/doc/erlang.xml +++ b/src/modules/erlang/doc/erlang.xml @@ -30,9 +30,9 @@ - + - + diff --git a/src/modules/erlang/doc/erlang_admin.xml b/src/modules/erlang/doc/erlang_admin.xml index 72479cfa822..a617ac39b75 100644 --- a/src/modules/erlang/doc/erlang_admin.xml +++ b/src/modules/erlang/doc/erlang_admin.xml @@ -10,9 +10,9 @@ - + &adminguide; - +
Overview @@ -89,7 +89,7 @@ Set <varname>no_cnodes</varname> parameter ... -modparam("erlang", "no_cnodes", 2) +modparam("erlang", "no_cnodes", 2) ... @@ -234,7 +234,7 @@ modparam("erlang", "trace_level", 5) Exported pseudo variable has several attributes to get type, length and formatted output readable by transformations or user. Pseudo variable by self determine variable type, but - we need to know what type on some position is. + we need to know what type on some position is. @@ -295,7 +295,7 @@ DEBUG: <script>: 131:tuple T in clear text: {example, tuple}, the type at erl_atom pseudo variable allows create analog to Erlang atom data type. Erlang atom is a literal, a constant with name. Formatted output pseudo - variable atom could be enclosed in single quotes (') if it does + variable atom could be enclosed in single quotes (') if it does not begin with a lower-case letter or if it contains other characters than alphanumeric characters, underscore (_), or @. @@ -321,7 +321,7 @@ DEBUG: <script>: 123:$erl_atom(A): badrpc <varname>$erl_list(name)</varname> Compound data type with a variable number of terms. Formally, - a list is either the empty list [] or consists of one or more + a list is either the empty list [] or consists of one or more elements. @@ -472,7 +472,7 @@ DEBUG: <script>: 410:typeof(X): tuple, length(X): 2, format(X): {line, [{i The parameter mod and fun - are module and function name respectively. It can be a static + are module and function name respectively. It can be a static string or a dynamic string value with config variables.