Recover lost <replaceable> tags.
This commit is contained in:
parent
cf15530221
commit
9953a7134c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44391
1 changed files with 4 additions and 4 deletions
|
@ -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 operator</programlisting>
|
|||
|
||||
<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
|
||||
|
|
Loading…
Reference in a new issue