diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index ad0c881a6..84a8964fc 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -231,7 +231,6 @@ umount2(".", MNT_DETACH); This sequence succeeds because the .BR pivot_root () call stacks the old root mount point -.RI ( old_root ) on top of the new root mount point at .IR / . At that point, the calling process's root directory and current @@ -245,9 +244,7 @@ starts with .I new_root and then moves up the list of mounts stacked at .IR / , -with the result that -.IR old_root -is unmounted. +with the result that old root mount point is unmounted. .PP The rootfs (initial ramfs) cannot be .BR pivot_root ()ed.