Skip to content

Commit

Permalink
Fixed titles of some code examples in nathelper docs.
Browse files Browse the repository at this point in the history
(cherry picked from commit cea6885)
  • Loading branch information
hafkensite authored and liviuchircu committed Mar 11, 2020
1 parent 2091b29 commit 255b7bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/nathelper/doc/nathelper_admin.xml
Expand Up @@ -442,7 +442,7 @@ modparam("nathelper", "nortpproxy_str", "a=sdpmangled:yes\r\n")
</emphasis>
</para>
<example>
<title>Set <varname>natping_interval</varname> parameter</title>
<title>Set <varname>natping_tcp</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("nathelper", "natping_tcp", 1)
Expand All @@ -465,7 +465,7 @@ modparam("nathelper", "natping_tcp", 1)
</emphasis>
</para>
<example>
<title>Set <varname>natping_interval</varname> parameter</title>
<title>Set <varname>oldip_skip</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("nathelper", "oldip_skip", "oc")
Expand Down Expand Up @@ -508,7 +508,7 @@ modparam("nathelper", "ping_threshold", 10)
</emphasis>
</para>
<example>
<title>Set <varname>ping_threshold</varname> parameter</title>
<title>Set <varname>max_pings_lost</varname> parameter</title>
<programlisting format="linespecific">
...
modparam("nathelper", "max_pings_lost", 5)
Expand Down

0 comments on commit 255b7bb

Please sign in to comment.