Document beadm unmount

This commit is contained in:
Bryan Drewery 2012-06-26 21:58:45 -05:00
parent 3edb3f2328
commit 1bff1707cb
1 changed files with 13 additions and 0 deletions

13
beadm.1
View File

@ -48,6 +48,10 @@ mount
rename
.Ao Ar origBeName Ac
.Ao Ar newBeName Ac
.Nm
{ umount | unmount }
.Op Fl f
.Ao Ar beName Ac
.Sh DESCRIPTION
The
.Nm
@ -118,6 +122,15 @@ Renames the given nonactive
to the given
.Ar newBeName
.Pp
.It Ic umount
.Op Fl f
.Ao Ar beName Ac
.Pp
Unmount the given boot environment, if it is mounted.
Specifying
.Fl f
will force the unmount if busy.
.Pp
.El
.Sh EXAMPLES
.Bl -bullet