From a9f3aa89b36a89b7bbc165d4e0686bea2d605f1c Mon Sep 17 00:00:00 2001 From: "Robert P. J. Day" Date: Mon, 23 Jun 2025 11:27:39 -0400 Subject: [PATCH] dev-manual: replace "on the contrary" with "by contrast" The qualifier "By contrast" is more appropriate here, since that phrase is used to introduce a point that is strikingly different from what was just discussed, that being the substantial systemd. (From yocto-docs rev: 3e73c7985dceb865e648f86ccd82aa0e7fc6668e) Signed-off-by: Robert P. J. Day Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard Signed-off-by: Richard Purdie --- documentation/dev-manual/init-manager.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst index ddce82b81f..d0fdfdf773 100644 --- a/documentation/dev-manual/init-manager.rst +++ b/documentation/dev-manual/init-manager.rst @@ -44,7 +44,7 @@ therefore increasing the total system boot time. systemd also substantially increases system size because of its multiple components and the extra dependencies it pulls. -On the contrary, BusyBox init is the simplest and the lightest solution and +By contrast, BusyBox init is the simplest and the lightest solution and also comes with BusyBox mdev as device manager, a lighter replacement to :wikipedia:`udev `, which SysVinit and systemd both use.