mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
libbe(3): Belatedly note the BE_DESTROY_ORIGIN option added in r343977
X-MFC-With: r343977
This commit is contained in:
parent
997667302f
commit
446ae812b0
1 changed files with 8 additions and 1 deletions
|
|
@ -28,7 +28,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd November 21, 2018
|
||||
.Dd February 11, 2019
|
||||
.Dt LIBBE 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -253,6 +253,13 @@ It will not destroy a mounted boot environment unless the
|
|||
.Dv BE_DESTROY_FORCE
|
||||
option is set in
|
||||
.Fa options .
|
||||
If the
|
||||
.Dv BE_DESTROY_ORIGIN
|
||||
option is set in
|
||||
.Fa options ,
|
||||
the
|
||||
.Fn be_destroy
|
||||
function will destroy the origin snapshot to this boot environment as well.
|
||||
.Pp
|
||||
The
|
||||
.Fn be_nicenum
|
||||
|
|
|
|||
Loading…
Reference in a new issue