diff options
| author | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:49:15 +0000 |
|---|---|---|
| committer | Gordon Bergling <gbe@FreeBSD.org> | 2026-06-27 10:49:15 +0000 |
| commit | c94302609a5999786f0be77d1bd0b016153b6b11 (patch) | |
| tree | eb0b28a6f4c84f72109be466a4270c8a5d77e5f4 | |
| parent | dd2127b54f97fd7445bb4f4187a148e979c9c944 (diff) | |
bectl(8): Fix a typo in the manual page
- s/envionments/environments/
MFC after: 3 days
| -rw-r--r-- | sbin/bectl/bectl.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8 index 7614bea2ddad..a28ab544d362 100644 --- a/sbin/bectl/bectl.8 +++ b/sbin/bectl/bectl.8 @@ -86,7 +86,7 @@ The .Nm utility manages bootable ZFS clones called boot environments. -Boot envionments allow system changes to be tested safely, +Boot environments allow system changes to be tested safely, as they are selectable directly from the boot .Xr loader 8 . This utility can |
