From 1acd4252b0aefaa03d227217828a8b69d3cf3a87 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 7 Apr 2023 12:52:31 +0000
Subject: Doc typo fixes
Signed-off-by: Laurent Bercot
---
doc/quickstart.html | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'doc/quickstart.html')
diff --git a/doc/quickstart.html b/doc/quickstart.html
index 1f8cd9e..4ec6a48 100644
--- a/doc/quickstart.html
+++ b/doc/quickstart.html
@@ -44,17 +44,17 @@ add the -d /dev option to the s6-linux-init-maker command line
Reboot. Warning: use your old reboot command, that you saved, not the new one
that has just been created by s6-linux-init-maker, because you're still running on
your old init system and need to use a reboot command that matches it.
- After the reboot: congratulations! your machine is now running a s6-based init system.
+ After the reboot: congratulations! your machine is now running an s6-based init system.
To shut the machine down, use /sbin/shutdown, /sbin/halt,
/sbin/poweroff or /sbin/reboot as usual.
FAQ
- How do I convert a runit setup to a s6 one ?
+ How do I convert a runit setup to an s6 one ?
- A runit and a s6 setup are very similar. There are just three things you
+ A runit and an s6 setup are very similar. There are just three things you
need to pay attention to:
@@ -105,7 +105,7 @@ filesystems will be unmounted and the machine will be rebooted and/or stopped.
- So, the quickest way to port a runit setup to a s6-linux-init one is to:
+ So, the quickest way to port a runit setup to an s6-linux-init one is to: