Skip to content

Commit 09e4d76

Browse files
wehagyzdykstra
authored andcommitted
docs/man/zfsbootmenu: fix typo
Signed-off-by: Wesley H. Gimenes <[email protected]> Closes: #497 [via git-merge-pr]
1 parent 5edc02f commit 09e4d76

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/man/zfsbootmenu.7.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ These options are set on the kernel command line when booting the initramfs or U
6565

6666
.. code-block::
6767
68-
echo 0 > /sys/module/spl/paramters/spl_hostid
68+
echo 0 > /sys/module/spl/parameters/spl_hostid
6969
7070
**zbm.sort_key**
7171

zfsbootmenu/help-files/132/zfsbootmenu.7.ansi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
Setting spl.spl_hostid to a non-zero value on the kernel commandline will make the ZFS kernel modules ignore any value set
8282
in /etc/hostid. To restore standard ZFS behavior on a running system, execute
8383

84-
echo 0 > /sys/module/spl/paramters/spl_hostid
84+
echo 0 > /sys/module/spl/parameters/spl_hostid
8585

8686
zbm.sort_key
8787

zfsbootmenu/help-files/52/zfsbootmenu.7.ansi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
standard ZFS behavior on a running
144144
system, execute
145145

146-
echo 0 > /sys/module/spl/paramters/spl_hostid
146+
echo 0 > /sys/module/spl/parameters/spl_hostid
147147

148148
zbm.sort_key
149149

zfsbootmenu/help-files/92/zfsbootmenu.7.ansi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@
9595
ZFS kernel modules ignore any value set in /etc/hostid. To restore standard
9696
ZFS behavior on a running system, execute
9797

98-
echo 0 > /sys/module/spl/paramters/spl_hostid
98+
echo 0 > /sys/module/spl/parameters/spl_hostid
9999

100100
zbm.sort_key
101101

0 commit comments

Comments
 (0)