Module: sems Branch: 1.6 Commit: 88b8d3dd30b4e624446bb873d88c5ba6d5e1231d URL: https://github.com/sems-server/sems/commit/88b8d3dd30b4e624446bb873d88c5ba6d5e1231d
Author: Juha Heinanen <[email protected]> Committer: Juha Heinanen <[email protected]> Date: 2016-06-24T16:23:57+03:00 doc/dsm: fixed description of sys.subTimestamp(ts1, ts2) function --- Modified: doc/dsm/mods/Readme.mod_sys.txt --- Diff: https://github.com/sems-server/sems/commit/88b8d3dd30b4e624446bb873d88c5ba6d5e1231d.diff Patch: https://github.com/sems-server/sems/commit/88b8d3dd30b4e624446bb873d88c5ba6d5e1231d.patch --- 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 [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
