From 5f5751d37f755b66c83e9d1806e77ab1e3693f09 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 27 Jul 2019 07:09:03 +0200 Subject: [PATCH] pivot_root.2: Minor tweak Signed-off-by: Michael Kerrisk --- man2/pivot_root.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.47.2