svn commit: r347437 - stable/11/usr.sbin/bhyve

John Baldwin jhb at FreeBSD.org
Fri May 10 16:38:49 UTC 2019


Author: jhb
Date: Fri May 10 16:38:48 2019
New Revision: 347437
URL: https://svnweb.freebsd.org/changeset/base/347437

Log:
  MFC 342944: Fix spelling of identifier

Modified:
  stable/11/usr.sbin/bhyve/bhyve.8
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/usr.sbin/bhyve/bhyve.8
==============================================================================
--- stable/11/usr.sbin/bhyve/bhyve.8	Fri May 10 16:36:38 2019	(r347436)
+++ stable/11/usr.sbin/bhyve/bhyve.8	Fri May 10 16:38:48 2019	(r347437)
@@ -323,7 +323,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-stable mailing list