fix typos

This commit is contained in:
James Feng Cao 2024-04-08 20:24:06 +08:00
parent b4c443b85c
commit 94cc23df0a
13 changed files with 40 additions and 43 deletions

View file

@ -53,7 +53,7 @@
<p>To make crontab more powerful, we changed the semantics as follows:<br>
The day of a command's execution can be specified by two fields — day of month, and day of week. The command will be run when <span style="color:red">both</span> fields matche the current time.</p>
<p>Note (the original crantab semantics):<br>
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time. For example, ``30 4 1,15 * 5'' would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.</p>
The day of a command's execution can be specified by two fields — day of month, and day of week. If both fields are restricted (i.e., aren't *), the command will be run when either field matches the current time. For example, &quot;30 4 1,15 * 5&quot; would cause a command to be run at 4:30 am on the 1st and 15th of each month, plus every Friday.</p>
<h5 id="make-crontab-persist-after-os-rebooting">make crontab persist after OS rebooting</h5>
<p>If uweb browser was launched at least once after rebooting, the crontab jobs are scheduled as normal.</p>
<p>To keep crontab take effect without launching uweb browser once:</p>
@ -83,8 +83,8 @@ tcron /sdcard/b &quot;rm -rf /sdcard/baidu/*;toybox touch /sdcard/b&quot; 720</p
<p><a target="_self" href="i:0hdefault.rc:../searchurl/txt/default.rc">Install example default.rc file for termux</a></p>
</div>
<p>Last Modified: 2 April 2024<br>
add js function in README<br>
<p>Last Modified: 8 April 2024<br>
fix typos<br>
<pre></pre>
</p>