GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
XLSATOMS(1) FreeBSD General Commands Manual XLSATOMS(1)

xlsatoms - list interned atoms defined on server

xlsatoms [-options ...]

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.

-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.

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

DISPLAY
to get the default host and display to use.

Jim Fulton, MIT X Consortium
xlsatoms 1.1.3 X Version 11

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.