x.rst
changeset 1052 fbbc2fb0a2ac
parent 1032 4decc3e00bb6
child 1141 7c5ca700ff02
equal deleted inserted replaced
1051:9c6b5f3cc903 1052:fbbc2fb0a2ac
    89   delimiters
    89   delimiters
    90                 A period (.) is used to signify each step down into the
    90                 A period (.) is used to signify each step down into the
    91                 hierarchy. A colon (:) is used to separate the resource
    91                 hierarchy. A colon (:) is used to separate the resource
    92                 declaration from the actual value.
    92                 declaration from the actual value.
    93 
    93 
    94 Comment start with '!' char and goes up to end of line or C-like /* */.
    94 Comment start with '!' char and goes up to end of line or C-like ``/* */``.
    95 
    95 
    96 Use xprop utility to find classes and resources used by application.
    96 Use xprop utility to find classes and resources used by application.
    97 
    97 
    98 To reread your .Xresources file, and throw away your old resources::
    98 To reread your .Xresources file, and throw away your old resources::
    99 
    99