Clarify chroot(8) to distinguish its use both from chroot(2) system call
and environment.
This commit is contained in:
parent
2f78efa631
commit
328a46bd8f
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=34888
1 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue