- Add missing username tags

- Remove a contraction
This commit is contained in:
Marc Fonvieille 2004-10-24 17:53:20 +00:00
parent b36977dc75
commit 48200bef5b
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=22670

View file

@ -542,13 +542,13 @@ run_rc_command "$1"</programlisting>
<note> <note>
<para>User crontabs allow individual users to schedule tasks without the <para>User crontabs allow individual users to schedule tasks without the
need for root privileges. Commands in a user's crontab run with the need for <username>root</username> privileges. Commands in a user's crontab run with the
permissions of the user who owns the crontab.</para> permissions of the user who owns the crontab.</para>
<para>The <username>root</username> user can have a user crontab just like <para>The <username>root</username> user can have a user crontab just like
any other user. This one is different from any other user. This one is different from
<filename>/etc/crontab</filename> (the system crontab). Because of the <filename>/etc/crontab</filename> (the system crontab). Because of the
system crontab, there's usually no need to create a user crontab system crontab, there is usually no need to create a user crontab
for <username>root</username>.</para> for <username>root</username>.</para>
</note> </note>