瀏覽代碼

tmrec: fix typos in docs

(cherry picked from commit 8be74b2fe0f59a9cef472b781feeae4cf3357bea)
Richard Fuchs 4 年之前
父節點
當前提交
1138bb1e81
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/modules/tmrec/doc/tmrec_admin.xml

+ 2 - 2
src/modules/tmrec/doc/tmrec_admin.xml

@@ -409,10 +409,10 @@ if(is_leap_year("2010"))
 		<title><function>time_period_match</function> usage</title>
 		<programlisting format="linespecific">
 ...
-if(time_period_match("wd{2-6} hr{8-16}, wd{1-5} hr{17} min{0-29}"))
+if(time_period_match("wd{2-6} hr{8-16}, wd{2-6} hr{17} min{0-29}"))
 	xdbg("Monday to Friday, 8:00 to 17:30\n");
 
-if(time_period_match("weekday { sat sun }, weekday {mo-fr} hr {17-8},wd{mo-wed}hr{15 16 9}"))
+if(time_period_match("wday { sat sun }, wday {mo-fr} hr {17-8},wd{mo-wed}hr{15 16 9}"))
 	xdbg("We're closed - open only Monday to Wednesday 10:00-15:00, Thursday and Friday 9:00-17:00");
 ...
 </programlisting>