svn commit: r44391 - head/en_US.ISO8859-1/books/handbook/virtualization

Warren Block wblock at FreeBSD.org
Sun Mar 30 03:01:17 UTC 2014


Author: wblock
Date: Sun Mar 30 03:01:16 2014
New Revision: 44391
URL: http://svnweb.freebsd.org/changeset/doc/44391

Log:
  Recover lost <replaceable> tags.

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	Sun Mar 30 02:56:52 2014	(r44390)
+++ head/en_US.ISO8859-1/books/handbook/virtualization/chapter.xml	Sun Mar 30 03:01:16 2014	(r44391)
@@ -1160,7 +1160,7 @@ EndSection</programlisting>
 	be added as members of this group.  <command>pw</command>
 	can be used to add new members:</para>
 
-      <screen>&prompt.root; <userinput>pw groupmod vboxusers -m yourusername</userinput></screen>
+      <screen>&prompt.root; <userinput>pw groupmod vboxusers -m <replaceable>yourusername</replaceable></userinput></screen>
 
       <para>The default permissions for <filename>/dev/vboxnetctl</filename> are
 	restrictive and need to be changed for bridged
@@ -1195,7 +1195,7 @@ perm    vboxnetctl 0660</programlisting>
 	users need to be members of
 	<systemitem class="groupname">operator</systemitem>:</para>
 
-      <screen>&prompt.root; <userinput>pw groupmod operator -m jerry</userinput></screen>
+      <screen>&prompt.root; <userinput>pw groupmod operator -m <replaceable>jerry</replaceable></userinput></screen>
 
       <para>Then, add the following to
 	<filename>/etc/devfs.rules</filename>, or create this file if
@@ -1243,8 +1243,8 @@ add path 'usb/*' mode 0660 group operato
 
       <para>In order for users to be able to use
 	<application>&virtualbox;</application> DVD/CD functions, they
-	need access to <filename>/dev/xpt0</filename>, <filename>/dev/cdN</filename>,
-	and <filename>/dev/passN</filename>.
+	need access to <filename>/dev/xpt0</filename>, <filename>/dev/cd<replaceable>N</replaceable></filename>,
+	and <filename>/dev/pass<replaceable>N</replaceable></filename>.
 	This is usually achieved by making the user a member of
 	<systemitem class="groupname">operator</systemitem>.  Permissions to these devices
 	have to be corrected by adding the following lines to


More information about the svn-doc-head mailing list