git: 04610d665e26 - main - libbe(3): consistency, and authors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Apr 2024 04:05:08 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=04610d665e26f069031e6d125cf7a9e64879e1f7
commit 04610d665e26f069031e6d125cf7a9e64879e1f7
Author: Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-10-05 02:45:04 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-10 04:01:06 +0000
libbe(3): consistency, and authors
Consistency with the manual page for bectl(8), including addition of an
AUTHORS section.
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/857
---
lib/libbe/libbe.3 | 20 +++++++++++++-------
1 file changed, 13 insertions(+), 7 deletions(-)
diff --git a/lib/libbe/libbe.3 b/lib/libbe/libbe.3
index 8a176e37c7bf..29448a26c640 100644
--- a/lib/libbe/libbe.3
+++ b/lib/libbe/libbe.3
@@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd March 18, 2024
+.Dd April 9, 2024
.Dt LIBBE 3
.Os
.Sh NAME
@@ -575,9 +575,15 @@ BE_ERR_INVORIGIN
.Xr bectl 8
.Sh HISTORY
.Nm
-and its corresponding command,
-.Xr bectl 8 ,
-were written as a 2017 Google Summer of Code project with Allan Jude serving
-as a mentor.
-Later work was done by
-.An Kyle Evans Aq Mt kevans@FreeBSD.org .
+and
+.Xr libbe 3
+were written by
+.An Kyle Kneitinger (kneitinger) Aq Mt kyle@kneit.in
+as a 2017 Google Summer of Code project, with
+.An Allan Jude (allanjude) Aq Mt allanjude@freebsd.org
+as mentor.
+.Sh AUTHORS
+Kyle Kneitinger, mentored as above.
+.Pp
+Post-GSoC changes were written by
+.An Kyle Evans (kevans) Aq Mt kevans@freebsd.org .