libbe.3 (ad99fea9045dd3daaeca3d2dd60fffecd2311826) | libbe.3 (04610d665e26f069031e6d125cf7a9e64879e1f7) |
---|---|
1.\" 2.\" SPDX-License-Identifier: BSD-2-Clause 3.\" 4.\" Copyright (c) 2017 Kyle Kneitinger 5.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" | 1.\" 2.\" SPDX-License-Identifier: BSD-2-Clause 3.\" 4.\" Copyright (c) 2017 Kyle Kneitinger 5.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org> 6.\" 7.\" Redistribution and use in source and binary forms, with or without 8.\" modification, are permitted provided that the following conditions --- 11 unchanged lines hidden (view full) --- 20.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL 21.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS 22.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) 23.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT 24.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 25.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 26.\" SUCH DAMAGE. 27.\" |
28.Dd March 18, 2024 | 28.Dd April 9, 2024 |
29.Dt LIBBE 3 30.Os 31.Sh NAME 32.Nm libbe 33.Nd library for creating, destroying and modifying ZFS boot environments 34.Sh LIBRARY 35.Lb libbe 36.Sh SYNOPSIS --- 533 unchanged lines hidden (view full) --- 570BE_ERR_UNKNOWN 571.It 572BE_ERR_INVORIGIN 573.El 574.Sh SEE ALSO 575.Xr bectl 8 576.Sh HISTORY 577.Nm | 29.Dt LIBBE 3 30.Os 31.Sh NAME 32.Nm libbe 33.Nd library for creating, destroying and modifying ZFS boot environments 34.Sh LIBRARY 35.Lb libbe 36.Sh SYNOPSIS --- 533 unchanged lines hidden (view full) --- 570BE_ERR_UNKNOWN 571.It 572BE_ERR_INVORIGIN 573.El 574.Sh SEE ALSO 575.Xr bectl 8 576.Sh HISTORY 577.Nm |
578and its corresponding command, 579.Xr bectl 8 , 580were written as a 2017 Google Summer of Code project with Allan Jude serving 581as a mentor. 582Later work was done by 583.An Kyle Evans Aq Mt kevans@FreeBSD.org . | 578and 579.Xr libbe 3 580were written by 581.An Kyle Kneitinger (kneitinger) Aq Mt kyle@kneit.in 582as a 2017 Google Summer of Code project, with 583.An Allan Jude (allanjude) Aq Mt allanjude@freebsd.org 584as mentor. 585.Sh AUTHORS 586Kyle Kneitinger, mentored as above. 587.Pp 588Post-GSoC changes were written by 589.An Kyle Evans (kevans) Aq Mt kevans@freebsd.org . |