pivot_root.2: Remove an imprecision in description

Remove the text that suggests that pivot_root() changes the root
directory and CWD of process that have directory and CWD on the
old root *filesystem*. Change "filesystem" to "directory".

Reported-by: Philipp Wendler <ml@philippwendler.de>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-10-09 09:11:59 +02:00
parent ee81d7e418
commit b27d444f34
1 changed files with 3 additions and 3 deletions

View File

@ -191,9 +191,9 @@ placing the old root mount at a location under
.I new_root
from where it can subsequently be unmounted.
(The fact that it moves all processes that have a root directory
or current working directory on the old root filesystem to the
new root filesystem frees the old root filesystem of users,
allowing it to be unmounted more easily.)
or current working directory on the old root directory to the
new root frees the old root directory of users,
allowing the old root filesystem to be unmounted more easily.)
.PP
A typical use of
.BR pivot_root ()