- Add missing tags.
- Grammar fix.
This commit is contained in:
parent
2e2010fbb7
commit
1bf72a9dff
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19619
1 changed files with 6 additions and 6 deletions
|
@ -488,16 +488,16 @@ HOME=/var/log
|
|||
values <literal>minute</literal>, <literal>hour</literal>,
|
||||
<literal>mday</literal>, <literal>month</literal>, <literal>wday</literal>,
|
||||
<literal>who</literal>, and <literal>command</literal>. These
|
||||
are almost all self explanatory. Minute is the time in minutes the
|
||||
command will be run. Hour is similar to the minute option, just in
|
||||
hours. Mday stands for day of the month. Month is similar to hour
|
||||
and minute, as it designates the month. The wday options stands for
|
||||
are almost all self explanatory. <literal>minute</literal> is the time in minutes the
|
||||
command will be run. <literal>hour</literal> is similar to the <literal>minute</literal> option, just in
|
||||
hours. <literal>mday</literal> stands for day of the month. <literal>month</literal> is similar to <literal>hour</literal>
|
||||
and <literal>minute</literal>, as it designates the month. The <literal>wday</literal> option stands for
|
||||
day of the week. All these fields must be numeric values, and follow
|
||||
the twenty-four hour clock. The <quote>who</quote> field is special,
|
||||
the twenty-four hour clock. The <literal>who</literal> field is special,
|
||||
and only exists in the <filename>/etc/crontab</filename> file.
|
||||
This field specifies which user the command should be run as.
|
||||
When a user installs his or her <filename>crontab</filename> file, they
|
||||
will not have this option. Finally, the command option is listed.
|
||||
will not have this option. Finally, the <literal>command</literal> option is listed.
|
||||
This is the last field, so naturally it should designate the command
|
||||
to be executed.</para>
|
||||
</callout>
|
||||
|
|
Loading…
Reference in a new issue