git: a27e19a223a1 - main - bectl(8): corrections, changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Apr 2024 04:05:04 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=a27e19a223a1259416aaec6bbfc45953c4fe0bb9
commit a27e19a223a1259416aaec6bbfc45953c4fe0bb9
Author: Graham Perrin <grahamperrin@gmail.com>
AuthorDate: 2023-10-03 09:08:16 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2024-04-10 04:00:48 +0000
bectl(8): corrections, changes
beadm(1) no longer exists.
Cross-reference beadm(8).
Aim to improve the HISTORY and AUTHORS sections, including consistency
with the manual pages for beadm(8) and libbe(3).
Reviewed by: imp
Pull Request: https://github.com/freebsd/freebsd-src/pull/857
---
sbin/bectl/bectl.8 | 40 ++++++++++++++++++++++++----------------
1 file changed, 24 insertions(+), 16 deletions(-)
diff --git a/sbin/bectl/bectl.8 b/sbin/bectl/bectl.8
index be927d123e9f..a1ea090e0dbd 100644
--- a/sbin/bectl/bectl.8
+++ b/sbin/bectl/bectl.8
@@ -13,7 +13,7 @@
.\" documentation and/or other materials provided with the distribution.
.\"
.\"
-.Dd March 18, 2024
+.Dd April 9, 2024
.Dt BECTL 8
.Os
.Sh NAME
@@ -201,7 +201,7 @@ Destroy the given
boot environment or
.Ar beName Ns Cm @ Ns Ar snapshot
snapshot without confirmation, unlike in
-.Xr beadm 1 .
+.Xr beadm 8 .
Specifying
.Fl F
will automatically unmount without confirmation.
@@ -492,20 +492,28 @@ flags.
.Xr zpool 8
.Sh HISTORY
.Nm
-is based on
-.Xr beadm 1
-and was implemented as a project for the 2017 Summer of Code, along with
-.Xr libbe 3 .
-.Sh AUTHORS
+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.
+.Pp
.Nm
-was written by
-.An Kyle Kneitinger (kneitinger) Aq Mt kyle@kneit.in .
+was based on
+.Xr beadm 8 .
+.Sh AUTHORS
+.An Slawomir Wojciech Wojtczak (vermaden) Aq Mt vermaden@interia.pl
+is the creator and maintainer of
+.Xr beadm 8 ;
+.An Bryan Drewery (bdrewery) Aq Mt bryan@shatow.net
+contributed child dataset fixes, and wrote its manual page.
.Pp
-.Xr beadm 1
-was written and is maintained by
-.An Slawomir Wojciech Wojtczak (vermaden) Aq Mt vermaden@interia.pl .
+This manual page derived from the page for
+.Xr beadm 8 .
.Pp
-.An Bryan Drewery (bdrewery) Aq Mt bryan@shatow.net
-wrote the original
-.Xr beadm 1
-manual page that this one is derived from.
+Most subsequent changes to
+.Nm
+and this page were written by
+.An Kyle Evans (kevans) Aq Mt kevans@freebsd.org .