Document beadm unmount
This commit is contained in:
parent
3edb3f2328
commit
1bff1707cb
13
beadm.1
13
beadm.1
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue