]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
pivot_root.2: Minor tweak
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 27 Jul 2019 05:09:03 +0000 (07:09 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 23 Sep 2019 11:11:18 +0000 (13:11 +0200)
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/pivot_root.2

index 87d5a9a837ec3dc231f59e58e57e116fcff9cbd8..156d8db15470b506ae88435170ac0dc6e42e6a70 100644 (file)
@@ -111,9 +111,9 @@ On error, \-1 is returned, and
 \fIerrno\fP is set appropriately.
 .SH ERRORS
 .BR pivot_root ()
-may return (in \fIerrno\fP) any of the errors returned by
+may fail with any of the same errors as
 .BR stat (2).
-Additionally, it may return:
+Additionally, it may fail with the following errors:
 .TP
 .B EBUSY
 \fInew_root\fP or \fIput_old\fP are on the current root filesystem,