Date: Sun, 30 Mar 2014 03:01:17 +0000 (UTC) From: Warren Block <wblock@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r44391 - head/en_US.ISO8859-1/books/handbook/virtualization Message-ID: <201403300301.s2U31HBE030410@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403300301.s2U31HBE030410>