aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1
diff options
context:
space:
mode:
authorGiorgos Keramidas <keramida@FreeBSD.org>2002-08-25 23:11:02 +0000
committerGiorgos Keramidas <keramida@FreeBSD.org>2002-08-25 23:11:02 +0000
commit51f361fa4e130e7000766fdde18b541f7a39bd19 (patch)
tree8837e1a1d7e7129aee36f3d48a4ec7b2ea104e69 /en_US.ISO8859-1
parent6363e4f6fd40dd39c8db99907bcc9221685d2d6e (diff)
downloaddoc-51f361fa4e130e7000766fdde18b541f7a39bd19.tar.gz
doc-51f361fa4e130e7000766fdde18b541f7a39bd19.zip
Avoid embedding <screen> in <para>.
Notes
Notes: svn path=/head/; revision=14015
Diffstat (limited to 'en_US.ISO8859-1')
-rw-r--r--en_US.ISO8859-1/books/handbook/x11/chapter.sgml16
1 files changed, 9 insertions, 7 deletions
diff --git a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
index 725d2008bf..c085458dd9 100644
--- a/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
+++ b/en_US.ISO8859-1/books/handbook/x11/chapter.sgml
@@ -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