pivot_root.2: Minor wording fix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-07-30 13:56:47 +02:00
parent fc2f474d77
commit 41d4557c09
1 changed files with 5 additions and 2 deletions

View File

@ -61,9 +61,12 @@ It is therefore recommended to call
\fBchdir("/")\fP immediately after
.BR pivot_root ().
.PP
The following restrictions apply to \fInew_root\fP and \fIput_old\fP:
The following restrictions apply:
.IP \- 3
They must be directories.
.IR new_root
and
.IR put_old
must be directories.
.IP \-
\fInew_root\fP and \fIput_old\fP must not be on the same filesystem as
the current root.