Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 17:13:12 +0000 (UTC)
From:      Bjoern Heidotting <bhd@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r53294 - head/en_US.ISO8859-1/books/handbook/virtualization
Message-ID:  <201908051713.x75HDCNw080212@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bhd
Date: Mon Aug  5 17:13:12 2019
New Revision: 53294
URL: https://svnweb.freebsd.org/changeset/doc/53294

Log:
  - Typo: mount_vboxfs -> mount_vboxvfs
  - Use Virtualbox makro in title
  - Visible indentation fix

Modified:
  head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml

Modified: head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon Aug  5 16:59:15 2019	(r53293)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Mon Aug  5 17:13:12 2019	(r53294)
@@ -823,7 +823,7 @@ EndSection</programlisting>
 
     <para>Shared folders for file transfers between host and VM are
       accessible by mounting them using
-      <literal>mount_vboxfs</literal>.  A shared folder can be created
+      <literal>mount_vboxvfs</literal>.  A shared folder can be created
       on the host using the VirtualBox GUI or via
       <command>vboxmanage</command>.  For example, to create a shared
       folder called <replaceable>myshare</replaceable> under
@@ -840,8 +840,7 @@ EndSection</programlisting>
   </sect1>
 
   <sect1 xml:id="virtualization-host-virtualbox">
-    <title>&os; as a Host with
-      <application>VirtualBox</application></title>
+    <title>&os; as a Host with &virtualbox;</title>
 
     <para><application>&virtualbox;</application> is an actively
       developed, complete virtualization package, that is available
@@ -1553,8 +1552,8 @@ kld_list="nmdm vmm"</programlisting>
 	  interface name.</para>
 
 	<screen>&prompt.root; <userinput>sysrc cloned_interfaces="bridge0"</userinput>
-	  &prompt.root; <userinput>sysrc ifconfig_bridge0="addm <replaceable>em0</replaceable> SYNCDHCP"</userinput>
-	  &prompt.root; <userinput>sysrc ifconfig_<replaceable>em0</replaceable>="up"</userinput></screen>
+&prompt.root; <userinput>sysrc ifconfig_bridge0="addm <replaceable>em0</replaceable> SYNCDHCP"</userinput>
+&prompt.root; <userinput>sysrc ifconfig_<replaceable>em0</replaceable>="up"</userinput></screen>
 
 	<para>Restart the host to load the &xen; kernel and start the
 	  Dom0.</para>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201908051713.x75HDCNw080212>