.\" $Xorg: xlsatoms.man,v 1.3 2000/08/17 19:54:52 cpqbld Exp $ .\" Copyright 1989, 1994, 1998 The Open Group .\" .\" All Rights Reserved. .\" .\" 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. .\" .\" Copyright (c) 1998, 2001 The X Japanese Documentation Project. .\" .\" Permission is hereby granted, free of charge, to any person obtaining a .\" copy of this software and associated documentation files (the .\" "Software"), to deal in the Software without restriction, including .\" without limitation the rights to use, copy, modify, merge, publish, dis- .\" tribute, sublicense, and/or sell copies of the Software, and to permit .\" persons to whom the Software is furnished to do so, subject to the fol- .\" lowing conditions: .\" .\" 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 MERCHANTABIL- .\" ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT .\" SHALL THE X JAPANESE DOCUMENTATION PROJECT 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 X Japanese .\" Documentation Project 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 X Japanese Documentation Project. .\" .\" X Window System is a trademark of The Open Group. .\" .\" Translated Thu Oct 29 22:49:26 JST 1998 .\" by FUJIWARA Teruyoshi .\" Updated Sun Oct 21 13:26:24 JST 2001 for XFree86 4.1.0 .\" by FUJIWARA Teruyoshi .\" .\" $XFree86: xc/programs/xlsatoms/xlsatoms.man,v 1.7 2001/01/27 18:21:17 dawes Exp $ .\" .TH XLSATOMS 1 "Release 6.5" "X Version 11" .SH 名前 .\"0 xlsatoms - list interned atoms defined on server xlsatoms - サーバに定義された内部アトムを表示する .SH 書式 .B xlsatoms [-options ...] .SH 説明 .\"0 .I Xlsatoms .\"0 lists the interned atoms. By default, all atoms starting from 1 (the lowest .\"0 atom value defined by the protocol) are listed until unknown atom is found. .I xlsatoms はサーバの内部アトムを列挙する。デフォルトでは、(プロトコルで定義され た最も小さいアトム値である)1から始め、未知のアトムが現れるまで全てのア トムが表示される。 .\"0 If an explicit range is given, \fIxlsatoms\fP will try all atoms in the range, .\"0 regardless of whether or not any are undefined. 明示的に範囲を与えると、 \fIxlsatoms\fP は定義の有無にかかわらず範囲内 の全てのアトムを表示しようとする。 .SH オプション .PP .TP 8 .B \-display \fIdpy\fP .\"0 This option specifies the X server to which to connect. 接続する X サーバを指定する。 .TP 8 .B \-format \fIstring\fP .\"0 This option specifies a \fIprintf\fP-style string used to list each atom .\"0 \fI\fP pair, printed in that order (\fIvalue\fP is an \fIunsigned .\"0 long\fP and \fIname\fP is a \fIchar *\fP). \fIXlsatoms\fP will supply a .\"0 newline at the end of each line. The default is \fI%ld\\t%s\fP. このオプションは、各アトムの \fI\fP の値の組を表示するため に使う \fIprintf\fP 形式の文字列を指定する。表示は\fIvalue\fP, \fIname\fP の順で行われる(\fIvalue\fP の型は\fIunsigned long\fP であり、 \fIname\fP の型は \fIchar *\fP である)。\fIXlsatoms\fP は各行の最後に 改行文字を追加する。デフォルトの値は \fI%ld\\t%s\fP である。 .TP 8 .B \-range \fI[low]-[high]\fP .\"0 This option specifies the range of atom values to check. If \fIlow\fP is not .\"0 given, a value of 1 assumed. If \fIhigh\fP is not given, \fIxlsatoms\fP will .\"0 stop at the first undefined atom at or above \fIlow\fP. このオプションはチェックするアトムの値の範囲を指定する。\fIlow\fP を指 定しなければ、1 を指定したものとして扱われる。\fIhigh\fP を指定しなけ れば、\fIxlsatoms\fP は \fIlow\fP 以降の最初の未定義アトムで終了する。 .TP 8 .B \-name \fIstring\fP .\"0 This option specifies the name of an atom to list. If the atom does not .\"0 exist, a message will be printed on the standard error. このオプションは、列挙するアトムの名前を指定する。そのアトムが存在しな い場合、標準エラー出力にメッセージが出力される。 .PP .SH 関連項目 X(7), Xserver(1), xprop(1) .SH 環境変数 .TP 8 .B DISPLAY .\"0 to get the default host and display to use. 使用するデフォルトのホストとディスプレイを取得する。 .SH 著者 Jim Fulton, MIT X Consortium