git: f446c9482cbc - main - libbe(3): Fix typo and grammar
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Feb 2024 09:07:13 UTC
The branch main has been updated by lwhsu:
URL: https://cgit.FreeBSD.org/src/commit/?id=f446c9482cbcd1235ed05597e7c8a0bb320d71fe
commit f446c9482cbcd1235ed05597e7c8a0bb320d71fe
Author: Cheng-Yuan Wu <nthu112062583@gapp.nthu.edu.tw>
AuthorDate: 2024-01-12 09:11:30 +0000
Commit: Li-Wen Hsu <lwhsu@FreeBSD.org>
CommitDate: 2024-02-13 08:52:35 +0000
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
---
lib/libbe/libbe.3 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3
index de2c29c65268..0ba5d484bdfc 100644
--- a/lib/libbe/libbe.3
+++ b/lib/libbe/libbe.3
@@ -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.