summaryrefslogtreecommitdiff
path: root/man/xlsatoms.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/xlsatoms.man')
-rw-r--r--man/xlsatoms.man65
1 files changed, 65 insertions, 0 deletions
diff --git a/man/xlsatoms.man b/man/xlsatoms.man
new file mode 100644
index 0000000..b149c2b
--- /dev/null
+++ b/man/xlsatoms.man
@@ -0,0 +1,65 @@
+.\" Copyright 1989, 1994, 1998 The Open Group
+.\"
+.\" Permission to use, copy, modify, distribute, and sell this software and its
+.\" documentation for any purpose is hereby granted without fee, provided that
+.\" the above copyright notice appear in all copies and that both that
+.\" copyright notice and this permission notice appear in supporting
+.\" documentation.
+.\"
+.\" The above copyright notice and this permission notice shall be included
+.\" in all copies or substantial portions of the Software.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+.\" OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+.\" IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+.\" OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+.\" ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+.\" OTHER DEALINGS IN THE SOFTWARE.
+.\"
+.\" Except as contained in this notice, the name of The Open Group shall
+.\" not be used in advertising or otherwise to promote the sale, use or
+.\" other dealings in this Software without prior written authorization
+.\" from The Open Group.
+.\"
+.TH XLSATOMS 1 __xorgversion__
+.SH NAME
+xlsatoms - list interned atoms defined on server
+.SH SYNOPSIS
+.B xlsatoms
+[-options ...]
+.SH DESCRIPTION
+.I 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, \fIxlsatoms\fP will try all atoms in the range,
+regardless of whether or not any are undefined.
+.SH "OPTIONS"
+.PP
+.TP 8
+.B \-display \fIdpy\fP
+This option specifies the X server to which to connect.
+.TP 8
+.B \-format \fIstring\fP
+This option specifies a \fIprintf\fP-style string used to list each atom
+\fI<value,name>\fP pair, printed in that order (\fIvalue\fP is an \fIunsigned
+long\fP and \fIname\fP is a \fIchar *\fP). \fIXlsatoms\fP will supply a
+newline at the end of each line. The default is \fI%ld\\t%s\fP.
+.TP 8
+.B \-range \fI[low]-[high]\fP
+This option specifies the range of atom values to check. If \fIlow\fP is not
+given, a value of 1 assumed. If \fIhigh\fP is not given, \fIxlsatoms\fP will
+stop at the first undefined atom at or above \fIlow\fP.
+.TP 8
+.B \-name \fIstring\fP
+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.
+.PP
+.SH "SEE ALSO"
+X(__miscmansuffix__), Xserver(__appmansuffix__), xprop(__appmansuffix__)
+.SH ENVIRONMENT
+.TP 8
+.B DISPLAY
+to get the default host and display to use.
+.SH AUTHOR
+Jim Fulton, MIT X Consortium