Use of envar tags instead of option ones for environment variables.

This commit is contained in:
Marc Fonvieille 2004-01-11 22:11:29 +00:00
parent 2869d34c8e
commit 16d71dbacb
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=19598

View file

@ -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>