diff options
| -rw-r--r-- | man2/pivot_root.2 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index ee45eddbca..8c76a86545 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -83,13 +83,10 @@ number of \fI/..\fP to the string pointed to by \fIput_old\fP must yield the same directory as \fInew_root\fP. .IP \- .I new_root -must be a mount point, but can't be +must be a path to a mount point, but can't be .IR """/""" . -If it is not otherwise a mount point, it suffices to bind mount -.I new_root -on top of itself. -.RI ( new_root -can be a bind mounted directory on the current root filesystem.) +A path that is not already a mount point can be converted into one by +bind mounting the path onto itself. .IP \- The propagation type of the parent mount of .IR new_root |
