From 41d4557c091c52a592042e3c4b73b15034802bb6 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Tue, 30 Jul 2019 13:56:47 +0200 Subject: [PATCH] pivot_root.2: Minor wording fix Signed-off-by: Michael Kerrisk --- man2/pivot_root.2 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index 3845e5f24..0e80b8a35 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -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.