svn commit: r344034 - head/lib/libbe

Kyle Evans kevans at FreeBSD.org
Tue Feb 12 02:16:23 UTC 2019


Author: kevans
Date: Tue Feb 12 02:16:21 2019
New Revision: 344034
URL: https://svnweb.freebsd.org/changeset/base/344034

Log:
  libbe(3): Belatedly note the BE_DESTROY_ORIGIN option added in r343977
  
  X-MFC-With: r343977

Modified:
  head/lib/libbe/libbe.3

Modified: head/lib/libbe/libbe.3
==============================================================================
--- head/lib/libbe/libbe.3	Tue Feb 12 00:53:43 2019	(r344033)
+++ head/lib/libbe/libbe.3	Tue Feb 12 02:16:21 2019	(r344034)
@@ -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 
 .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


More information about the svn-src-head mailing list