This manual page is for Mac OS X version 10.6.3

If you are running a different version of Mac OS X, view the documentation locally:

  • In Terminal, using the man(1) command

Reading manual pages

Manual pages are intended as a quick reference for people who already understand a technology.

  • For more information about the manual page format, see the manual page for manpages(5).

  • For more information about this technology, look for other documentation in the Apple Reference Library.

  • For general information about writing shell scripts, read Shell Scripting Primer.



XLSATOMS(1)                                                                                      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 undefined.

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  new-line newline
               line at the end of each line.  The default is %ld\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.


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



X Version 11                                   xlsatoms 1.0.1                                    XLSATOMS(1)

Reporting Problems

The way to report a problem with this manual page depends on the type of problem:

Content errors
Report errors in the content of this documentation with the feedback links below.
Bug reports
Report bugs in the functionality of the described tool or API through Bug Reporter.
Formatting problems
Report formatting mistakes in the online version of these pages with the feedback links below.

Did this document help you? Yes It's good, but... Not helpful...