Remove EOL whitespace.

This commit is contained in:
Joel Dahl 2013-01-19 07:07:05 +00:00
parent edccda4d08
commit bf77e2dbfc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=245667
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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"