git: 5ef49c7820d3 - main - zonectl: Fix a typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 11 Apr 2024 17:44:48 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=5ef49c7820d3d79404a28d182ab8401866dfd751
commit 5ef49c7820d3d79404a28d182ab8401866dfd751
Author: Elyes Haouas <ehaouas@noos.fr>
AuthorDate: 2024-04-11 17:40:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-11 17:40:35 +0000
zonectl: Fix a typo
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/882
---
usr.sbin/zonectl/zonectl.8 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/zonectl/zonectl.8 b/usr.sbin/zonectl/zonectl.8
index 367d2c0ed390..72cebfaf1ff0 100644
--- a/usr.sbin/zonectl/zonectl.8
+++ b/usr.sbin/zonectl/zonectl.8
@@ -147,7 +147,7 @@ For the Report Zones command, specify a subset of zones to report.
.It all
Report all zones.
This is the default.
-.It emtpy
+.It empty
Report only empty zones.
.It imp_open
Report zones that are implicitly open.