x.rst
changeset 1063 fdc5ed189bd3
parent 1052 fbbc2fb0a2ac
child 1141 7c5ca700ff02
equal deleted inserted replaced
1048:409aab81f818 1063:fdc5ed189bd3
    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