]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pivot_root.2: Fix a typo/thinko
authorŠtěpán Němec <stepnem@smrk.net>
Sat, 8 Oct 2022 14:05:14 +0000 (16:05 +0200)
committerAlejandro Colomar <alx@kernel.org>
Sat, 8 Oct 2022 20:39:53 +0000 (22:39 +0200)
(To obtain a prefix of a given pathname, we have to append (suffix)
'/..' at its end.)

Signed-off-by: Štěpán Němec <stepnem@smrk.net>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man2/pivot_root.2

index f2df25d127b031b1a120044da4c79bc7e743c024..ecb92c103a2ce98d050ee1c61b52f8e5f823146a 100644 (file)
@@ -60,7 +60,7 @@ must not be on the same mount as the current root.
 .IP \-
 \fIput_old\fP must be at or underneath \fInew_root\fP;
 that is, adding some nonnegative
-number of "\fI/..\fP" prefixes to the pathname pointed to by
+number of "\fI/..\fP" suffixes to the pathname pointed to by
 .I put_old
 must yield the same directory as \fInew_root\fP.
 .IP \-