Go to main content

man pages section 1: User Commands

Exit Print View

Updated: Wednesday, July 27, 2022
 
 

xlsatoms (1)

Name

xlsatoms - list interned atoms defined on server

Synopsis

xlsatoms [-options ...]

Description

XLSATOMS(1)                 General Commands Manual                XLSATOMS(1)



NAME
       xlsatoms - list interned atoms defined on server

SYNOPSIS
       xlsatoms [-options ...]

DESCRIPTION
       Xlsatoms lists the interned atoms.  By default, all atoms starting from
       1 (the lowest atom value defined by  the  protocol)  are  listed  until
       unknown  atom  is  found.  If an explicit range is given, xlsatoms will
       try all atoms in the range, regardless of whether or not any are  unde-
       fined.

OPTIONS
       -display dpy
               This option specifies the X server to which to connect.

       -format string
               This  option  specifies a printf-style string used to list each
               atom <value,name> pair, printed in  that  order  (value  is  an
               unsigned  long  and  name is a char *).  Xlsatoms will supply a
               newline at the end of each line.  The default is %lu\t%s.

       -range [low]-[high]
               This option specifies the range of atom values  to  check.   If
               low  is not given, a value of 1 assumed.  If high is not given,
               xlsatoms will stop at the first undefined atom at or above low.

       -name string
               This option specifies the name of an atom to list.  If the atom
               does  not  exist,  a  message  will  be printed on the standard
               error.

       -version
               Print out the program version and exit.

ATTRIBUTES
       See attributes(7) for descriptions of the following attributes:


       +---------------+---------------------------------+
       |ATTRIBUTE TYPE |        ATTRIBUTE VALUE          |
       +---------------+---------------------------------+
       |Availability   | x11/diagnostic/x11-info-clients |
       +---------------+---------------------------------+
       |Stability      | Volatile                        |
       +---------------+---------------------------------+

SEE ALSO
       X(7), Xserver(1), xprop(1)

ENVIRONMENT
       DISPLAY to get the default host and display to use.

AUTHOR
       Jim Fulton, MIT X Consortium



NOTES
       Source code for open source software components in Oracle  Solaris  can
       be found at https://www.oracle.com/downloads/opensource/solaris-source-
       code-downloads.html.

       This    software    was    built    from    source     available     at
       https://github.com/oracle/solaris-userland.    The  original  community
       source  was  downloaded   from    ['https://www.x.org/releases/individ-
       ual/app/xdpyinfo-1.3.2.tar.bz2',   'https://www.x.org/releases/individ-
       ual/app/xdriinfo-1.0.6.tar.bz2',   'https://www.x.org/releases/individ-
       ual/app/xlsclients-1.1.4.tar.bz2', 'https://www.x.org/releases/individ-
       ual/app/xwininfo-1.1.5.tar.bz2',   'https://www.x.org/releases/individ-
       ual/app/xlsfonts-1.0.6.tar.bz2',   'https://www.x.org/releases/individ-
       ual/app/xvinfo-1.1.4.tar.bz2',     'https://www.x.org/releases/individ-
       ual/app/xlsatoms-1.1.3.tar.bz2'].

       Further information about this software can be found on the open source
       community website at https://www.x.org.



X Version 11                    xlsatoms 1.1.3                     XLSATOMS(1)