Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Feb 2019 02:16:22 +0000 (UTC)
From:      Kyle Evans <kevans@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r344034 - head/lib/libbe
Message-ID:  <201902120216.x1C2GMIe079519@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902120216.x1C2GMIe079519>