From owner-svn-src-head@freebsd.org Sat Apr 1 15:01:11 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A65C4D28ECB; Sat, 1 Apr 2017 15:01:11 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 73362CBB; Sat, 1 Apr 2017 15:01:11 +0000 (UTC) (envelope-from novel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v31F1AtV098004; Sat, 1 Apr 2017 15:01:10 GMT (envelope-from novel@FreeBSD.org) Received: (from novel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v31F1AMn098003; Sat, 1 Apr 2017 15:01:10 GMT (envelope-from novel@FreeBSD.org) Message-Id: <201704011501.v31F1AMn098003@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: novel set sender to novel@FreeBSD.org using -f From: Roman Bogorodskiy Date: Sat, 1 Apr 2017 15:01:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r316357 - head/usr.sbin/bhyve 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.23 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, 01 Apr 2017 15:01:11 -0000 Author: novel (ports committer) Date: Sat Apr 1 15:01:10 2017 New Revision: 316357 URL: https://svnweb.freebsd.org/changeset/base/316357 Log: Minor style improvements in bhyve.8 Replace "as of now" with "at present". As the change is a really minor one, don't bump .Dd. Suggested by: wblock Approved by: wblock (implicit) Modified: head/usr.sbin/bhyve/bhyve.8 Modified: head/usr.sbin/bhyve/bhyve.8 ============================================================================== --- head/usr.sbin/bhyve/bhyve.8 Sat Apr 1 12:27:02 2017 (r316356) +++ head/usr.sbin/bhyve/bhyve.8 Sat Apr 1 15:01:10 2017 (r316357) @@ -294,9 +294,9 @@ sockets on the filesystem must be cleane exits. .It There is no way to use the "console port" feature, nor the console port -resize as of now. +resize at present. .It -Emergency write is advertised, but no-op as of now. +Emergency write is advertised, but no-op at present. .El .El .El