svn commit: r54562 - head/en_US.ISO8859-1/books/handbook/x11
Marc Fonvieille
blackend at FreeBSD.org
Fri Oct 2 16:53:33 UTC 2020
Author: blackend
Date: Fri Oct 2 16:53:32 2020
New Revision: 54562
URL: https://svnweb.freebsd.org/changeset/doc/54562
Log:
Add missing <systemitem class="groupname"> tags.
Modified:
head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
Modified: head/en_US.ISO8859-1/books/handbook/x11/chapter.xml
==============================================================================
--- head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Fri Oct 2 13:33:26 2020 (r54561)
+++ head/en_US.ISO8859-1/books/handbook/x11/chapter.xml Fri Oct 2 16:53:32 2020 (r54562)
@@ -307,8 +307,8 @@
<step>
<para>Add the user who will run
<application>&xorg;</application> to the
- <literal>video</literal> or
- <literal>wheel</literal> group to enable 3D acceleration
+ <systemitem class="groupname">video</systemitem> or
+ <systemitem class="groupname">wheel</systemitem> group to enable 3D acceleration
when available. To add user
<replaceable>jru</replaceable> to whichever group is
available:</para>
@@ -339,12 +339,12 @@
<para>Access to <filename>/dev/dri</filename> is needed to allow
3D acceleration on video cards. It is usually simplest to add
the user who will be running X to either the
- <literal>video</literal> or <literal>wheel</literal> group.
+ <systemitem class="groupname">video</systemitem> or <systemitem class="groupname">wheel</systemitem> group.
Here, &man.pw.8; is used to add user
<replaceable>slurms</replaceable> to the
- <literal>video</literal> group, or to the
- <literal>wheel</literal> group if there is no
- <literal>video</literal> group:</para>
+ <systemitem class="groupname">video</systemitem> group, or to the
+ <systemitem class="groupname">wheel</systemitem> group if there is no
+ <systemitem class="groupname">video</systemitem> group:</para>
<screen>&prompt.root; <userinput>pw groupmod video -m <replaceable>slurms</replaceable> || pw groupmod wheel -m <replaceable>slurms</replaceable></userinput></screen>
</sect2>
More information about the svn-doc-head
mailing list