From: Michael Kerrisk Date: Sat, 27 Jul 2019 05:09:03 +0000 (+0200) Subject: pivot_root.2: Minor tweak X-Git-Tag: man-pages-5.03~129 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5f5751d37f755b66c83e9d1806e77ab1e3693f09;p=thirdparty%2Fman-pages.git pivot_root.2: Minor tweak Signed-off-by: Michael Kerrisk --- diff --git a/man2/pivot_root.2 b/man2/pivot_root.2 index 87d5a9a837..156d8db154 100644 --- a/man2/pivot_root.2 +++ b/man2/pivot_root.2 @@ -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,