aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-12-08 08:24:49 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-12-08 08:24:49 +0000
commit1e3703d6b0595c048cc3b600c34d696d24399ff3 (patch)
tree706519f0adeb643222da615f00c9555186d56a43
parent72bdb88dc87e92ce70b848971d54c9d92ccf16d2 (diff)
downloads6-linux-utils-1e3703d6b0595c048cc3b600c34d696d24399ff3.tar.gz
Doc typo fix
-rw-r--r--doc/fstab2s6rc.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fstab2s6rc.html b/doc/fstab2s6rc.html
index 60b529e..31c83e3 100644
--- a/doc/fstab2s6rc.html
+++ b/doc/fstab2s6rc.html
@@ -53,7 +53,7 @@ into a format usable &mdash; after compilation &mdash; by <a href="//skarnet.org
<ul>
<li> fstab2s6rc creates a directory <em>dir</em> in the filesystem to host all the service definition it will create.
-<em>dir/em> must not previously exist. </li>
+<em>dir</em> must not previously exist. </li>
<li> fstab2s6rc reads the <tt>/etc/fstab</tt> file. For every mount defined
in the file, it creates a subdirectory of <em>dir</em> that is a suitable definition
directory for an s6-rc service performing that mount. </li>