Skip to content

Commit ac58ca3

Browse files
committed
Add contributors for trie&janus & fix copy paste errors in trie doc
1 parent ae322f3 commit ac58ca3

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

modules/janus/doc/janus.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
<!ENTITY admin SYSTEM "janus_admin.xml">
7+
<!ENTITY contrib SYSTEM "contributors.xml">
78

89
<!-- Include general documentation entities -->
910
<!ENTITY % docentities SYSTEM "../../../doc/entities.xml">

modules/trie/doc/trie.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55

66
<!ENTITY admin SYSTEM "trie_admin.xml">
7+
<!ENTITY contrib SYSTEM "contributors.xml">
78

89
<!-- Include general documentation entities -->
910
<!ENTITY % docentities SYSTEM "../../../doc/entities.xml">

modules/trie/doc/trie_admin.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<title>Set <varname>trie_table</varname> parameter</title>
6161
<programlisting format="linespecific">
6262
...
63-
modparam("drouting", "trie_table", "my_prefix_table")
63+
modparam("trie", "trie_table", "my_prefix_table")
6464
...
6565
</programlisting>
6666
</example>
@@ -327,7 +327,7 @@ if (trie_search("$rU","L",$avp(code_attrs),,"my_partition")) {
327327
<example>
328328
<title><function>trie_reload_status</function> usage when <varname>use_partitions</varname> is 0</title>
329329
<programlisting format="linespecific">
330-
$ opensips-cli -x mi dr_reload_status
330+
$ opensips-cli -x mi trie_reload_status
331331
Date:: Tue Aug 12 12:26:00 2014
332332
</programlisting>
333333
</example>

0 commit comments

Comments
 (0)