From 789450d42d4d94fb5b8e40b5aad63d065e40d5fd Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Tue, 2 Aug 2022 10:55:16 +0200 Subject: [PATCH] switch_root: (man) fix return code description Fixes: https://github.com/util-linux/util-linux/issues/1761 Signed-off-by: Karel Zak --- sys-utils/switch_root.8.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-utils/switch_root.8.adoc b/sys-utils/switch_root.8.adoc index 3331ea368c..fdeedf3bed 100644 --- a/sys-utils/switch_root.8.adoc +++ b/sys-utils/switch_root.8.adoc @@ -28,7 +28,7 @@ include::man-common/help-version.adoc[] == EXIT STATUS -*switch_root* returns 0 on success and 1 on failure. +*switch_root* returns 1 on failure, it never returns on success. == NOTES -- 2.47.2