svn commit: r342944 - head/usr.sbin/bhyve

Rodney W. Grimes rgrimes at FreeBSD.org
Fri Jan 11 14:22:00 UTC 2019


Author: rgrimes
Date: Fri Jan 11 14:21:59 2019
New Revision: 342944
URL: https://svnweb.freebsd.org/changeset/base/342944

Log:
  Fix spelling of identifier
  
  Approved by:	phk (mentor)
  MFC after:	3 days

Modified:
  head/usr.sbin/bhyve/bhyve.8

Modified: head/usr.sbin/bhyve/bhyve.8
==============================================================================
--- head/usr.sbin/bhyve/bhyve.8	Fri Jan 11 12:18:11 2019	(r342943)
+++ head/usr.sbin/bhyve/bhyve.8	Fri Jan 11 14:21:59 2019	(r342944)
@@ -390,7 +390,7 @@ address and a
 VNC should listen on.
 The default is to listen on localhost IPv4 address and default VNC port 5900.
 An IPv6 address must be enclosed in square brackets and may contain an
-optional zone identifer.
+optional zone identifier.
 .It Ar width No and Ar height
 A display resolution, width and height, respectively.
 If not specified, a default resolution of 1024x768 pixels will be used.


More information about the svn-src-all mailing list