[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force XFree86 SVN commit: r1600 - trunk/debian/local



Author: branden
Date: 2004-07-08 14:30:53 -0500 (Thu, 08 Jul 2004)
New Revision: 1600

Modified:
   trunk/debian/local/FAQ.xhtml
Log:
Revert inadvertent, unrelated change made in r1599.


Modified: trunk/debian/local/FAQ.xhtml
===================================================================
--- trunk/debian/local/FAQ.xhtml	2004-07-08 19:28:10 UTC (rev 1599)
+++ trunk/debian/local/FAQ.xhtml	2004-07-08 19:30:53 UTC (rev 1600)
@@ -101,9 +101,8 @@
   of readable text, some characters appear as little gray boxes.  Why?</a></li>
 <li><a href="#xservmemory">Why does the X server take up so much
   memory?</a></li>
-<li><a href="#xtermwrongconfig">Why do the menus in <code
-  class="command">xterm</code> have the wrong font, size, background color, or
-  foregound color?</a></li>
+<li><a href="#xtermwrongconfig">Why do the menus in xterm have the wrong font,
+  size, background color, or foregound color?</a></li>
 <li><a href="#upgrnonfreedriver">I just upgraded the X server and it doesn't
   work; also, I'm using Matrox's proprietary <code class="other">mga_hal</code>
   driver module or NVidia's proprietary <code class="other">nvidia</code> driver
@@ -1926,15 +1925,13 @@
   kernel sources which implement it is about the best manual I know of.</p>
 </blockquote>
 
-<h3><a id="xtermwrongconfig">Why do the menus in <code
-  class="command">xterm</code> have the wrong font, size, background color, or
-  foregound color?</a></h3>
+<h3><a id="xtermwrongconfig">Why do the menus in xterm have the wrong font,
+size, background color, or foregound color?</a></h3>
 
 <p>Because, 99 times out of 100, you're not using X resources correctly.</p>
 
-<p>If you have X resource specifications (say, in your <code
-class="filespec"><var>$HOME</var>/.Xresources</code> file) that look like
-this:</p>
+<p>If you have X resource specifications (say, in your $HOME/.Xresources file)
+that look like this:</p>
 
 <pre>XTerm*foreground: black
 XTerm*background: white
@@ -1943,13 +1940,13 @@
 
 <p>...then be aware that you are, in fact, telling the menus, not just the
 VT100 widget, to use the 10x20 font with white-on-black text.  That
-asterisk is a wildcard, not an ordinary separator.  <code
-class="command">xterm</code> is doing exactly what you are telling it to do.  If
-you find X resources confusing, don't use them, or read the "RESOURCES" section
-of the <code class="manpage">X(7x)</code> manual page.</p>
+asterisk is a wildcard, not an ordinary separator.  XTerm is doing exactly
+what you are telling it to do.  If you find X resources confusing, don't
+use them, or read the "RESOURCES" section of the <code
+class="manpage">X(7x)</code> manual page.</p>
 
-<p>If you want to set X resources for <code class="command">xterm</code> that
-affect only its VT100 widget, then you need to say so:</p>
+<p>If you want to set X resources for xterm that affect only its VT100 widget,
+then you need to say so:</p>
 
 <pre>XTerm.VT100.background: white
 XTerm.VT100.foreground: black



Reply to: