Avoid embedding <screen> in <para>.
This commit is contained in:
parent
6363e4f6fd
commit
51f361fa4e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=14015
1 changed files with 9 additions and 7 deletions
|
@ -637,10 +637,12 @@ EndSection</programlisting>
|
|||
|
||||
<para>Now add the TrueType directory to the font
|
||||
path. This is just the same as described above for <link
|
||||
linkend="type1">Type1</link> fonts, that is, use
|
||||
<screen>&prompt.user; <userinput>xset fp+ /usr/X11R6/lib/X11/fonts/TrueType</userinput>
|
||||
linkend="type1">Type1</link> fonts, that is, use</para>
|
||||
|
||||
<screen>&prompt.user; <userinput>xset fp+ /usr/X11R6/lib/X11/fonts/TrueType</userinput>
|
||||
&prompt.user; <userinput>xset fp rehash</userinput></screen>
|
||||
or add a <option>FontPath</option> line to the
|
||||
|
||||
<para>or add a <option>FontPath</option> line to the
|
||||
<filename>XF86Config</filename> file.</para>
|
||||
|
||||
<para>That's it. Now <application>Netscape</application>,
|
||||
|
@ -815,11 +817,11 @@ match any family == "LuciduxMono" edit family =+ "Lucidux Mono";</programl
|
|||
information about the format and usage of this file, see <xref
|
||||
linkend="term-etcttys">. There is a line in the default
|
||||
<filename>/etc/ttys</filename> file for running the
|
||||
<application>XDM</application> daemon on a virtual terminal:
|
||||
<application>XDM</application> daemon on a virtual terminal:</para>
|
||||
|
||||
<screen>ttyv8 "/usr/X11R6/bin/xdm -nodaemon" xterm off secure</screen>
|
||||
|
||||
By default this entry is disabled; in order to enable it
|
||||
<para>By default this entry is disabled; in order to enable it
|
||||
change field 5 from <literal>off</literal> to
|
||||
<literal>on</literal> and restart &man.init.8; using the
|
||||
directions in <xref linkend="term-hup">. The first field, the
|
||||
|
@ -980,13 +982,13 @@ match any family == "LuciduxMono" edit family =+ "Lucidux Mono";</programl
|
|||
listener. By default these are set to conservative values.
|
||||
To make <application>XDM</application> listen for connections,
|
||||
first comment out a line in the <filename>xdm-config</filename>
|
||||
file:
|
||||
file:</para>
|
||||
|
||||
<screen>! SECURITY: do not listen for XDMCP or Chooser requests
|
||||
! Comment out this line if you want to manage X terminals with xdm
|
||||
DisplayManager.requestPort: 0</screen>
|
||||
|
||||
and then restart <application>XDM</application>. Remember that
|
||||
<para>and then restart <application>XDM</application>. Remember that
|
||||
comments in app-defaults files begin with a <quote>!</quote>
|
||||
character, not the usual <quote>#</quote>. More strict
|
||||
access controls may be desired. Look at the example
|
||||
|
|
Loading…
Reference in a new issue