Skip to content

Commit

Permalink
proto_tls docs: fix typos in modparam examples
Browse files Browse the repository at this point in the history
  • Loading branch information
rvlad-patrascu committed Oct 12, 2022
1 parent 02e1177 commit 4d0df03
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/proto_tls/doc/proto_tls_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -471,10 +471,10 @@ route[tls_filter] {
<example>
<title>Set <varname>tls_handshake_timeout</varname> variable</title>
<programlisting format="linespecific">

param("proto_tls", "tls_handshake_timeout", 200) # number of milliseconds

</programlisting>
...
modparam("proto_tls", "tls_handshake_timeout", 200) # number of milliseconds
...
</programlisting>
</example>
</section>

Expand All @@ -493,10 +493,10 @@ param("proto_tls", "tls_handshake_timeout", 200) # number of milliseconds
<example>
<title>Set <varname>tls_send_timeout</varname> variable</title>
<programlisting format="linespecific">

param("proto_tls", "tls_send_timeout", 200) # number of milliseconds

</programlisting>
...
modparam("proto_tls", "tls_send_timeout", 200) # number of milliseconds
...
</programlisting>
</example>
</section>

Expand All @@ -514,10 +514,10 @@ param("proto_tls", "tls_send_timeout", 200) # number of milliseconds
<example>
<title>Set <varname>tls_async</varname> variable</title>
<programlisting format="linespecific">

param("proto_tls", "tls_async", 1) # enable async TLS

</programlisting>
...
modparam("proto_tls", "tls_async", 1) # enable async TLS
...
</programlisting>
</example>
</section>

Expand Down

0 comments on commit 4d0df03

Please sign in to comment.