- Renaming active BE is now supported via 'zfs rename -u'. - All zfs options are now quoted
30 lines
644 B
Groff
30 lines
644 B
Groff
commit 25a066def7cddd0f9178d07531b1f18703308db0
|
|
Author: Alan Somers <asomers@gmail.com>
|
|
Date: Wed Sep 6 09:17:00 2017 -0600
|
|
|
|
Fix indentation in man page
|
|
|
|
--- beadm.1.orig 2018-06-13 03:53:03 UTC
|
|
+++ beadm.1
|
|
@@ -89,9 +89,11 @@ If the -e param is specified, the new environment will
|
|
Creates a snapshot of the existing boot environment named
|
|
.Ar beName .
|
|
.Pp
|
|
-.It
|
|
-.Ic destroy Op Fl F
|
|
+.It Xo
|
|
+.Ic destroy
|
|
+.Op Fl F
|
|
.Ao Ar beName | beName@snapshot Ac
|
|
+.Xc
|
|
.Pp
|
|
Destroys the given
|
|
.Ar beName
|
|
@@ -151,6 +153,7 @@ will force the unmount if busy.
|
|
.Pp
|
|
.It Ic version
|
|
List the beadm version and exit.
|
|
+.El
|
|
.Sh EXAMPLES
|
|
.Bl -bullet
|
|
.It
|