Module: sems
Branch: master
Commit: 28d2c89ad13364ee912cb4b6d5a2508d11fa9246
URL: 
https://github.com/sems-server/sems/commit/28d2c89ad13364ee912cb4b6d5a2508d11fa9246

Author: Juha Heinanen <j...@tutpro.com>
Committer: Juha Heinanen <j...@tutpro.com>
Date: 2016-04-26T16:42:23+03:00

doc/dsm: fixed minor typos/errors in docs

---

Modified: doc/dsm/dsm_syntax.txt
Modified: doc/dsm/mods/Readme.mod_sys.txt

---

Diff:  
https://github.com/sems-server/sems/commit/28d2c89ad13364ee912cb4b6d5a2508d11fa9246.diff
Patch: 
https://github.com/sems-server/sems/commit/28d2c89ad13364ee912cb4b6d5a2508d11fa9246.patch

---

diff --git a/doc/dsm/dsm_syntax.txt b/doc/dsm/dsm_syntax.txt
index e4b3c76..6b9fc80 100644
--- a/doc/dsm/dsm_syntax.txt
+++ b/doc/dsm/dsm_syntax.txt
@@ -328,7 +328,7 @@ B2B call control
 
   DIgetResultArray(factory, function, param,...)
     saves result from DI call to DI_res or DI_res[0], DI_res[1], ..., DI_res[N]
-    and N to DI_res_size; currently result types int, double, string,
+    and N+1 or 0 to DI_res_size; currently result types int, double, string,
     boolean, invalid, and  array are supported
    * sets $errno (arg,config)
 
diff --git a/doc/dsm/mods/Readme.mod_sys.txt b/doc/dsm/mods/Readme.mod_sys.txt
index f48047b..83f281a 100644
--- a/doc/dsm/mods/Readme.mod_sys.txt
+++ b/doc/dsm/mods/Readme.mod_sys.txt
@@ -17,7 +17,7 @@ Actions:
  
  sys.getTimestamp(string varname) - get timestamp in 
varname.tv_sec/varname.tv_usec
  sys.subTimestamp(ts1, ts2)  - subtract $ts2 from $ts1, save result in
-                               $ts1.sec, $ts1.msec and $ts1.usec
+                               $ts1.tv_sec, $ts1.msec and $ts1.tv_usec
 
 Conditions: 
  sys.file_exists(string fname)

_______________________________________________
Semsdev mailing list
Semsdev@lists.iptel.org
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to