diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2024-06-16 16:01:12 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2024-06-19 04:18:10 +0000 |
commit | 0c1370e0625d286a38479affcc50f023a117b8dd (patch) | |
tree | 81d526e45fd1e6ff4d62c0f1d2f5678ffefb6ed2 | |
parent | 9748482d343dfaca9cb92359d0af7b4d38aea3bd (diff) | |
download | src-0c1370e0625d286a38479affcc50f023a117b8dd.tar.gz src-0c1370e0625d286a38479affcc50f023a117b8dd.zip |
camcontrol.8: Fix a typo in the manual page
- s/emtpy/empty/
(cherry picked from commit d1e652bf04bd94ed3469a5a2fcb6938b3f4dcbc0)
-rw-r--r-- | sbin/camcontrol/camcontrol.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/camcontrol/camcontrol.8 b/sbin/camcontrol/camcontrol.8 index e19a222a1cf7..80f41bc6a11f 100644 --- a/sbin/camcontrol/camcontrol.8 +++ b/sbin/camcontrol/camcontrol.8 @@ -2323,7 +2323,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. |