Merge pull request #17 from bdrewery/update-manpage

Update manpage
This commit is contained in:
vermaden 2012-09-18 13:06:04 -07:00
commit 2a0c48a4a6
1 changed files with 10 additions and 3 deletions

13
beadm.1
View File

@ -38,7 +38,9 @@ destroy
.Ao Ar beName | beName@snapshot Ac .Ao Ar beName | beName@snapshot Ac
.Nm .Nm
list list
.Op Fl a | Fl D .Op Fl a
.Op Fl D
.Op Fl s
.Nm .Nm
mount mount
.Ao Ar beName Ac .Ao Ar beName Ac
@ -98,17 +100,22 @@ Specifying
will automatically unmount without confirmation. will automatically unmount without confirmation.
.Pp .Pp
.It Ic list .It Ic list
.Op Fl a | Fl D .Op Fl a
.Op Fl D
.Op Fl s
.Pp .Pp
Displays all boot environments. Displays all boot environments.
The Active field indicates whether the boot environment is active now (N); active on reboot (R); or both (NR). The Active field indicates whether the boot environment is active now (N); active on reboot (R); or both (NR).
.PP .PP
If If
.Fl a .Fl a
is used, display all datasets and snapshots as well. is used, display all datasets.
If If
.Fl D .Fl D
is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed. is used, display the full space usage for each boot environment, assuming all other boot environments were destroyed.
If
.Fl s
is used, display all snapshots as well.
.Pp .Pp
.It Ic mount .It Ic mount
.Ao Ar beName Ac .Ao Ar beName Ac