libbe(3): Fix typo and grammar

Event:		Advanced UNIX Programming Course (Fall’23) at NTHU.
Pull Request:	https://github.com/freebsd/freebsd-src/pull/1039
This commit is contained in:
Cheng-Yuan Wu 2024-01-12 17:11:30 +08:00 committed by Li-Wen Hsu
parent d3905a3b07
commit f446c9482c
No known key found for this signature in database
GPG key ID: 82B261B14D3BC7AF

View file

@ -147,8 +147,8 @@
.Sh DESCRIPTION
.Nm
interfaces with libzfs to provide a set of functions for various operations
regarding ZFS boot environments including "deep" boot environments in which
a boot environments has child datasets.
regarding ZFS boot environments, including "deep" boot environments in which
a boot environment has child datasets.
.Pp
A context structure is passed to each function, allowing for a small amount
of state to be retained, such as errors from previous operations.