libbe.3 (3d5db455951d382a9cb355cb4bc56cac5c277603) libbe.3 (446ae812b088833dedcaeee44d2556a9fb5545d5)
1.\"
2.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3.\"
4.\" Copyright (c) 2017 Kyle Kneitinger
5.\" All rights reserved.
6.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 14 unchanged lines hidden (view full) ---

23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
30.\"
1.\"
2.\" SPDX-License-Identifier: BSD-2-Clause-FreeBSD
3.\"
4.\" Copyright (c) 2017 Kyle Kneitinger
5.\" All rights reserved.
6.\" Copyright (c) 2018 Kyle Evans <kevans@FreeBSD.org>
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 14 unchanged lines hidden (view full) ---

23.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27.\" SUCH DAMAGE.
28.\"
29.\" $FreeBSD$
30.\"
31.Dd November 21, 2018
31.Dd February 11, 2019
32.Dt LIBBE 3
33.Os
34.Sh NAME
35.Nm libbe
36.Nd library for creating, destroying and modifying ZFS boot environments
37.Sh LIBRARY
38.Lb libbe
39.Sh SYNOPSIS

--- 208 unchanged lines hidden (view full) ---

248.Pp
249The
250.Fn be_destroy
251function will recursively destroy the given boot environment.
252It will not destroy a mounted boot environment unless the
253.Dv BE_DESTROY_FORCE
254option is set in
255.Fa options .
32.Dt LIBBE 3
33.Os
34.Sh NAME
35.Nm libbe
36.Nd library for creating, destroying and modifying ZFS boot environments
37.Sh LIBRARY
38.Lb libbe
39.Sh SYNOPSIS

--- 208 unchanged lines hidden (view full) ---

248.Pp
249The
250.Fn be_destroy
251function will recursively destroy the given boot environment.
252It will not destroy a mounted boot environment unless the
253.Dv BE_DESTROY_FORCE
254option is set in
255.Fa options .
256If the
257.Dv BE_DESTROY_ORIGIN
258option is set in
259.Fa options ,
260the
261.Fn be_destroy
262function will destroy the origin snapshot to this boot environment as well.
256.Pp
257The
258.Fn be_nicenum
259function will format
260.Fa name
261in a traditional ZFS humanized format, similar to
262.Xr humanize_number 3 .
263This function effectively proxies

--- 232 unchanged lines hidden ---
263.Pp
264The
265.Fn be_nicenum
266function will format
267.Fa name
268in a traditional ZFS humanized format, similar to
269.Xr humanize_number 3 .
270This function effectively proxies

--- 232 unchanged lines hidden ---