Document beadm unmount
This commit is contained in:
parent
3edb3f2328
commit
1bff1707cb
13
beadm.1
13
beadm.1
|
|
@ -48,6 +48,10 @@ mount
|
||||||
rename
|
rename
|
||||||
.Ao Ar origBeName Ac
|
.Ao Ar origBeName Ac
|
||||||
.Ao Ar newBeName Ac
|
.Ao Ar newBeName Ac
|
||||||
|
.Nm
|
||||||
|
{ umount | unmount }
|
||||||
|
.Op Fl f
|
||||||
|
.Ao Ar beName Ac
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm
|
.Nm
|
||||||
|
|
@ -118,6 +122,15 @@ Renames the given nonactive
|
||||||
to the given
|
to the given
|
||||||
.Ar newBeName
|
.Ar newBeName
|
||||||
.Pp
|
.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
|
.El
|
||||||
.Sh EXAMPLES
|
.Sh EXAMPLES
|
||||||
.Bl -bullet
|
.Bl -bullet
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue