aboutsummaryrefslogtreecommitdiffstats
path: root/doc/fstab2s6rc.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-11 18:58:17 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-11 18:58:17 +0000
commita163eb60bbcedcf0c668064c3bfa1ac9cdee3a3c (patch)
tree3be74d5f581a71fe8943b1e53180f9fab9c99958 /doc/fstab2s6rc.html
parent1e3703d6b0595c048cc3b600c34d696d24399ff3 (diff)
downloads6-linux-utils-a163eb60bbcedcf0c668064c3bfa1ac9cdee3a3c.tar.gz
fstab2s6rc: doc typo fix; add binddep even for non-bind mounts
Diffstat (limited to 'doc/fstab2s6rc.html')
-rw-r--r--doc/fstab2s6rc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fstab2s6rc.html b/doc/fstab2s6rc.html
index 31c83e3..8ca85a5 100644
--- a/doc/fstab2s6rc.html
+++ b/doc/fstab2s6rc.html
@@ -33,7 +33,7 @@ effect of mounting these partitions when run by <a href="//skarnet.org/s6-rc/s6-
<li> Parallelization. Dependencies between the mount points are respected: if <tt>/var</tt>
and <tt>/var/log</tt> are mount points in <tt>/etc/fstab</tt>, s6-rc will not attempt to
mount <tt>/var/log</tt> before <tt>/var</tt> is successfully mounted. But apart from this
-necessary serialization, s6-rc will performs in parallel as much as it can. </li>
+necessary serialization, s6-rc will perform in parallel as much as it can. </li>
<li> Granularity. <tt>mount -a</tt> in the boot sequence treats all the mounts as one
unit; and although the output of fstab2s6rc can provide a bundle listing all the mounts,
each mount is available as a separate service. </li>