The branch main has been updated by gbe: URL: https://cgit.FreeBSD.org/src/commit/?id=c94302609a5999786f0be77d1bd0b016153b6b11
commit c94302609a5999786f0be77d1bd0b016153b6b11 Author: Gordon Bergling <[email protected]> AuthorDate: 2026-06-27 10:49:15 +0000 Commit: Gordon Bergling <[email protected]> CommitDate: 2026-06-27 10:49:15 +0000 bectl(8): Fix a typo in the manual page - s/envionments/environments/ MFC after: 3 days --- sbin/bectl/bectl.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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
