[sr-dev] git:5.5:2ea0baf9: htable: fix documentation

Daniel-Constantin Mierla miconda at gmail.com
Thu Jun 24 18:35:37 CEST 2021


Module: kamailio
Branch: 5.5
Commit: 2ea0baf9cf2cb0b30e6474cc150eb3580d8cdf5b
URL: https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb3580d8cdf5b

Author: Ovidiu Sas <osas at voipembedded.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2021-06-24T18:14:13+02:00

htable: fix documentation
 - reported by arkadiam on Github

(cherry picked from commit ee9c2bc2046103f0f7888c078b1f88d0befd6f7d)

---

Modified: src/modules/htable/doc/htable_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb3580d8cdf5b.diff
Patch: https://github.com/kamailio/kamailio/commit/2ea0baf9cf2cb0b30e6474cc150eb3580d8cdf5b.patch

---

diff --git a/src/modules/htable/doc/htable_admin.xml b/src/modules/htable/doc/htable_admin.xml
index 3a7f101bca..5ef04b2ee6 100644
--- a/src/modules/htable/doc/htable_admin.xml
+++ b/src/modules/htable/doc/htable_admin.xml
@@ -1363,7 +1363,7 @@ kamcmd htable.sets test x[0] abc
 kamcmd htable.seti test x 123
 
 # Set first entry in array key x $sht(test=>x[0]) as integer
-kamcmd htable.sets test x[0] 123
+kamcmd htable.seti test x[0] 123
 ...
 </programlisting>
 	</section>




More information about the sr-dev mailing list