From owner-svn-src-head@FreeBSD.ORG Sat Jan 19 07:07:06 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0C0C3C80; Sat, 19 Jan 2013 07:07:06 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id F3504EAC; Sat, 19 Jan 2013 07:07:05 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0J775SR027879; Sat, 19 Jan 2013 07:07:05 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0J775eK027877; Sat, 19 Jan 2013 07:07:05 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201301190707.r0J775eK027877@svn.freebsd.org> From: Joel Dahl Date: Sat, 19 Jan 2013 07:07:05 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r245667 - in head: usr.bin/xinstall usr.sbin/bhyveload X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Jan 2013 07:07:06 -0000 Author: joel (doc committer) Date: Sat Jan 19 07:07:05 2013 New Revision: 245667 URL: http://svnweb.freebsd.org/changeset/base/245667 Log: Remove EOL whitespace. Modified: head/usr.bin/xinstall/install.1 head/usr.sbin/bhyveload/bhyveload.8 Modified: head/usr.bin/xinstall/install.1 ============================================================================== --- head/usr.bin/xinstall/install.1 Sat Jan 19 07:04:30 2013 (r245666) +++ head/usr.bin/xinstall/install.1 Sat Jan 19 07:07:05 2013 (r245667) @@ -145,7 +145,7 @@ for a list of possible flags and their m .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 Modified: head/usr.sbin/bhyveload/bhyveload.8 ============================================================================== --- head/usr.sbin/bhyveload/bhyveload.8 Sat Jan 19 07:04:30 2013 (r245666) +++ head/usr.sbin/bhyveload/bhyveload.8 Sat Jan 19 07:07:05 2013 (r245667) @@ -88,9 +88,9 @@ is the directory at the top of the guest .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"