Skip to content

Commit 7895ef5

Browse files
committed
Bump to version 2.2.1
1 parent 0e8ffed commit 7895ef5

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

bin/generate-zbm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
use strict;
55
use warnings;
66

7-
our $VERSION = '2.2.0';
7+
our $VERSION = '2.2.1';
88

99
use Getopt::Long qw(:config no_ignore_case auto_version);
1010
use Pod::Usage qw(pod2usage);

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
author = 'ZFSBootMenu Team'
1111
man_author = f'{author} <https://github.com/zbm-dev/zfsbootmenu>'
1212
copyright = f'2019 Zach Dykstra, 2020-2023 {author}'
13-
release = '2.2.0'
13+
release = '2.2.1'
1414

1515
# -- General configuration ---------------------------------------------------
1616
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

docs/man/dist/man5/generate-zbm.5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GENERATE-ZBM" "5" "2023-05-21" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "5" "2023-10-13" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- configuration file for generate-zbm
3333
.SH SYNOPSIS

docs/man/dist/man7/zfsbootmenu.7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "ZFSBOOTMENU" "7" "2023-05-21" "" "ZFSBootMenu"
30+
.TH "ZFSBOOTMENU" "7" "2023-10-13" "" "ZFSBootMenu"
3131
.SH NAME
3232
zfsbootmenu \- System Integration
3333
.SH SYNOPSIS
@@ -121,7 +121,7 @@ Setting \fIspl.spl_hostid\fP to a non\-zero value on the kernel commandline will
121121
.sp
122122
.nf
123123
.ft C
124-
echo 0 > /sys/module/spl/paramters/spl_hostid
124+
echo 0 > /sys/module/spl/parameters/spl_hostid
125125
.ft P
126126
.fi
127127
.UNINDENT

docs/man/dist/man8/generate-zbm.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "GENERATE-ZBM" "8" "2023-05-21" "" "ZFSBootMenu"
30+
.TH "GENERATE-ZBM" "8" "2023-10-13" "" "ZFSBootMenu"
3131
.SH NAME
3232
generate-zbm \- ZFSBootMenu initramfs generator
3333
.SH SYNOPSIS

docs/man/dist/man8/zbm-kcl.8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
2727
.\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
2828
.in \\n[rst2man-indent\\n[rst2man-indent-level]]u
2929
..
30-
.TH "ZBM-KCL" "8" "2023-05-21" "" "ZFSBootMenu"
30+
.TH "ZBM-KCL" "8" "2023-10-13" "" "ZFSBootMenu"
3131
.SH NAME
3232
zbm-kcl \- manipulate kernel command lines for boot environments and EFI executables
3333
.SH SYNOPSIS

0 commit comments

Comments
 (0)