diff options
Diffstat (limited to 'man2/pivot_root.2')
| -rw-r--r-- | man2/pivot_root.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index 41cad65a3f..5d13fc1c38 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -74,20 +74,20 @@ It is therefore recommended to call The following restrictions apply to \fInew_root\fP and \fIput_old\fP: .IP \- 3 They must be directories. -.IP \- 3 +.IP \- \fInew_root\fP and \fIput_old\fP must not be on the same filesystem as the current root. -.IP \- 3 +.IP \- \fIput_old\fP must be underneath \fInew_root\fP, that is, adding a nonzero number of \fI/..\fP to the string pointed to by \fIput_old\fP must yield the same directory as \fInew_root\fP. -.IP \- 3 +.IP \- .I new_root must be a mount point. (If it is not otherwise a mount point, it suffices to bind mount .I new_root on top of itself.) -.IP \- 3 +.IP \- The propagation type of .I new_root and its parent mount must not be |
