diff options
Diffstat (limited to 'documentation/dev-manual/init-manager.rst')
-rw-r--r-- | documentation/dev-manual/init-manager.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/init-manager.rst b/documentation/dev-manual/init-manager.rst index 20d61ea830..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 | |||
44 | increases system size because of its multiple components and the extra | 44 | increases system size because of its multiple components and the extra |
45 | dependencies it pulls. | 45 | dependencies it pulls. |
46 | 46 | ||
47 | On the contrary, BusyBox init is the simplest and the lightest solution and | 47 | By contrast, BusyBox init is the simplest and the lightest solution and |
48 | also comes with BusyBox mdev as device manager, a lighter replacement to | 48 | also comes with BusyBox mdev as device manager, a lighter replacement to |
49 | :wikipedia:`udev <Udev>`, which SysVinit and systemd both use. | 49 | :wikipedia:`udev <Udev>`, which SysVinit and systemd both use. |
50 | 50 | ||
@@ -121,7 +121,7 @@ increasing levels of complexity and functionality: | |||
121 | :widths: 40 20 20 20 | 121 | :widths: 40 20 20 20 |
122 | :header-rows: 1 | 122 | :header-rows: 1 |
123 | 123 | ||
124 | * - | 124 | * - |
125 | - BusyBox init | 125 | - BusyBox init |
126 | - SysVinit | 126 | - SysVinit |
127 | - systemd | 127 | - systemd |