svn commit: r343057 - stable/12/usr.sbin/bhyve

Rodney W. Grimes rgrimes at FreeBSD.org
Tue Jan 15 19:01:05 UTC 2019


Author: rgrimes
Date: Tue Jan 15 19:01:04 2019
New Revision: 343057
URL: https://svnweb.freebsd.org/changeset/base/343057

Log:
  MFC: r342944
  Fix spelling of identifier
  
  Approved by:	phk (mfc blanket)

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

Modified: stable/12/usr.sbin/bhyve/bhyve.8
==============================================================================
--- stable/12/usr.sbin/bhyve/bhyve.8	Tue Jan 15 18:53:45 2019	(r343056)
+++ stable/12/usr.sbin/bhyve/bhyve.8	Tue Jan 15 19:01:04 2019	(r343057)
@@ -386,7 +386,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