Skip to content

Commit

Permalink
docs/man/zfsbootmenu: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Wesley H. Gimenes <wehagy+github@gmail.com>
Closes: #497 [via git-merge-pr]
  • Loading branch information
wehagy authored and zdykstra committed Oct 13, 2023
1 parent 5edc02f commit 09e4d76
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/man/zfsbootmenu.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ These options are set on the kernel command line when booting the initramfs or U

.. code-block::
echo 0 > /sys/module/spl/paramters/spl_hostid
echo 0 > /sys/module/spl/parameters/spl_hostid
**zbm.sort_key**

Expand Down
2 changes: 1 addition & 1 deletion zfsbootmenu/help-files/132/zfsbootmenu.7.ansi
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
Setting spl.spl_hostid to a non-zero value on the kernel commandline will make the ZFS kernel modules ignore any value set
in /etc/hostid. To restore standard ZFS behavior on a running system, execute

echo 0 > /sys/module/spl/paramters/spl_hostid
echo 0 > /sys/module/spl/parameters/spl_hostid

zbm.sort_key

Expand Down
2 changes: 1 addition & 1 deletion zfsbootmenu/help-files/52/zfsbootmenu.7.ansi
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
standard ZFS behavior on a running
system, execute

echo 0 > /sys/module/spl/paramters/spl_hostid
echo 0 > /sys/module/spl/parameters/spl_hostid

zbm.sort_key

Expand Down
2 changes: 1 addition & 1 deletion zfsbootmenu/help-files/92/zfsbootmenu.7.ansi
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
ZFS kernel modules ignore any value set in /etc/hostid. To restore standard
ZFS behavior on a running system, execute

echo 0 > /sys/module/spl/paramters/spl_hostid
echo 0 > /sys/module/spl/parameters/spl_hostid

zbm.sort_key

Expand Down

0 comments on commit 09e4d76

Please sign in to comment.