summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Dahl <joel@FreeBSD.org>2013-01-19 07:07:05 +0000
committerJoel Dahl <joel@FreeBSD.org>2013-01-19 07:07:05 +0000
commitbf77e2dbfc29bebdb915fbbe8b2ee6027f832578 (patch)
tree75601769d270be56c2dcba7e91597d610d89eeac
parentedccda4d08c03c9a020e0f750a08ab6cde5f8425 (diff)
downloadsrc-test2-bf77e2dbfc29bebdb915fbbe8b2ee6027f832578.tar.gz
src-test2-bf77e2dbfc29bebdb915fbbe8b2ee6027f832578.zip
Notes
-rw-r--r--usr.bin/xinstall/install.14
-rw-r--r--usr.sbin/bhyveload/bhyveload.84
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/xinstall/install.1 b/usr.bin/xinstall/install.1
index d4e3ca71e557..b48334315639 100644
--- a/usr.bin/xinstall/install.1
+++ b/usr.bin/xinstall/install.1
@@ -145,7 +145,7 @@ for a list of possible flags and their meanings.
.It Fl g
Specify a group.
A numeric GID is allowed.
-.It Fl h Ar hash
+.It Fl h Ar hash
When copying, calculate the digest of the files with
.Ar hash
to store in the
@@ -199,7 +199,7 @@ Disable all use of
.Xr mmap 2 .
.It Fl M Ar metalog
Write the metadata associated with each item installed to
-.Ar metalog
+.Ar metalog
in an
.Xr mtree 8
.Dq full path
diff --git a/usr.sbin/bhyveload/bhyveload.8 b/usr.sbin/bhyveload/bhyveload.8
index 9fe93d86385d..4a051160e5f8 100644
--- a/usr.sbin/bhyveload/bhyveload.8
+++ b/usr.sbin/bhyveload/bhyveload.8
@@ -88,9 +88,9 @@ is the directory at the top of the guest's boot filesystem.
.El
.Sh EXAMPLES
To create a virtual machine named
-.Ar freebsd-vm
+.Ar freebsd-vm
that boots off the ISO image
-.Pa /freebsd/release.iso
+.Pa /freebsd/release.iso
and has 1GB memory allocated to it:
.Pp
.Dl "bhyveload -m 256 -M 768 -d /freebsd/release.iso freebsd-vm"