Skip to content

Commit

Permalink
proto_tls docs: fix typos in modparam examples
Browse files Browse the repository at this point in the history
(cherry picked from commit 4d0df03)
  • Loading branch information
rvlad-patrascu committed Oct 12, 2022
1 parent 48ad5f6 commit 3781adb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions modules/proto_tls/doc/proto_tls_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -484,10 +484,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 @@ -506,10 +506,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>
</section>
Expand Down

0 comments on commit 3781adb

Please sign in to comment.