Fix RST syntsx.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Wed, 20 Jun 2012 13:11:35 +0300
changeset 1295 47adf5860e73
parent 1294 571618059000
child 1296 6b365616ac9e
Fix RST syntsx.
x.rst
--- a/x.rst	Wed Jun 20 13:07:20 2012 +0300
+++ b/x.rst	Wed Jun 20 13:11:35 2012 +0300
@@ -88,7 +88,7 @@
                 keystroke means; the client must request that information from
                 the X server.
   modifiers
-                Flags, such as ``shift'' and ``control,'' that the server sends
+                Flags, such as ``shift`` and ``control``, that the server sends
                 with each keycode to the client. The client's interpretation of
                 the keycode may depend on the state of the modifiers. For
                 example, the state of the shift modifier determines whether an
@@ -96,11 +96,11 @@
                 the X server encodes the states of the eight modifiers (shift,
                 lock, control, mod1, mod2, mod3, mod4, and mod5) in a single
                 byte of data, modifiers are often referred to as ``modifier
-                bits.''
+                bits``.
   keysyms
                 codes that specify the glyphs appearing on the keys. The X
                 server also maintains a list of strings that describe the
-                keysyms, such as ``a'', ``B'', and ``Control.''
+                keysyms, such as ``a``, ``B``, and ``Control``.
 
 Find the keycode.
 =================