Use of envar tags instead of option ones for environment variables.
This commit is contained in:
parent
2869d34c8e
commit
16d71dbacb
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19598
1 changed files with 2 additions and 2 deletions
|
|
@ -477,9 +477,9 @@ HOME=/var/log
|
|||
settings, as with this example where it is used for the <envar>SHELL</envar>,
|
||||
<envar>PATH</envar>, and <envar>HOME</envar> options. If the shell line is
|
||||
omitted, <command>cron</command> will use the default, which is
|
||||
<command>sh</command>. If the <option>PATH</option> variable is
|
||||
<command>sh</command>. If the <envar>PATH</envar> variable is
|
||||
omitted, no default will be used and file locations will need to
|
||||
be absolute. If <option>HOME</option> is omitted, <command>cron</command>
|
||||
be absolute. If <envar>HOME</envar> is omitted, <command>cron</command>
|
||||
will use the invoking users home directory.</para>
|
||||
</callout>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue