diff options
Diffstat (limited to 'upstream/archlinux/man2/pivot_root.2')
-rw-r--r-- | upstream/archlinux/man2/pivot_root.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/upstream/archlinux/man2/pivot_root.2 b/upstream/archlinux/man2/pivot_root.2 index 0c901fd6..ade03d7e 100644 --- a/upstream/archlinux/man2/pivot_root.2 +++ b/upstream/archlinux/man2/pivot_root.2 @@ -4,7 +4,7 @@ .\" .\" SPDX-License-Identifier: Linux-man-pages-copyleft .\" -.TH pivot_root 2 2023-10-31 "Linux man-pages 6.06" +.TH pivot_root 2 2024-05-02 "Linux man-pages 6.8" .SH NAME pivot_root \- change the root mount .SH LIBRARY @@ -66,7 +66,7 @@ must yield the same directory as \fInew_root\fP. .IP \[bu] .I new_root must be a path to a mount point, but can't be -.IR """/""" . +.IR \[dq]/\[dq] . A path that is not already a mount point can be converted into one by bind mounting the path onto itself. .IP \[bu] @@ -115,7 +115,7 @@ is on the current root mount. (This error covers the pathological case where .I new_root is -.IR """/""" .) +.IR \[dq]/\[dq] .) .TP .B EINVAL .I new_root @@ -227,7 +227,7 @@ working directory refer to the new root mount point During the subsequent .BR umount () call, resolution of -.I """.""" +.I \[dq].\[dq] starts with .I new_root and then moves up the list of mounts stacked at |