浏览代码

rtpengine: doc typos

(cherry picked from commit b86fa175e92be4a2ab36f198ebc47d8f9b7c9e2a)
Adapted for 5.2
Dmitri Savolainen 5 年之前
父节点
当前提交
61445fc129
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/modules/rtpengine/doc/rtpengine_admin.xml

+ 3 - 3
src/modules/rtpengine/doc/rtpengine_admin.xml

@@ -480,7 +480,7 @@ modparam("rtpengine", "rtp_inst_pvar", "$avp(RTP_INSTANCE)")
 		<title>Set <varname>hash_table_size</varname> parameter</title>
 <programlisting format="linespecific">
 ...
-modparam("rtpengine", "hash_table_size", "123")
+modparam("rtpengine", "hash_table_size", 123)
 ...
 </programlisting>
 		</example>
@@ -507,7 +507,7 @@ modparam("rtpengine", "hash_table_size", "123")
 		<title>Set <varname>hash_table_tout</varname> parameter</title>
 <programlisting format="linespecific">
 ...
-modparam("rtpengine", "hash_table_tout", "300")
+modparam("rtpengine", "hash_table_tout", 300)
 ...
 </programlisting>
                 </example>
@@ -1980,7 +1980,7 @@ modparam("rtpengine", "mos_average_samples_B_pv", "$avp(mos_average_samples_B)")
 		<title>Set <varname>control_cmd_tos</varname> parameter</title>
 <programlisting format="linespecific">
 ...
-modparam("rtpengine", "control_cmd_tos", "144")
+modparam("rtpengine", "control_cmd_tos", 144)
 ...
 </programlisting>
 		</example>