Clarify chroot(8) to distinguish its use both from chroot(2) system call

and environment.
This commit is contained in:
Dmitry Morozovsky 2009-11-10 23:17:21 +00:00
parent 2f78efa631
commit 328a46bd8f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34888

View file

@ -77,10 +77,10 @@
<variablelist>
<varlistentry>
<term>&man.chroot.2; (command)</term>
<term>&man.chroot.8; (command)</term>
<listitem>
<para>A system call of &os;, which changes the root directory of a
process and all its descendants.</para>
<para>Utility, which uses &man.chroot.2; &os; system call to change
the root directory of a process and all its descendants.</para>
</listitem>
</varlistentry>