.\"Copyright (C) 1998 Arnaud LE HORS .\" .\"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, distribute, sublicense, and/or .\"sell copies of the Software, and to permit persons to whom the Software is .\"furnished to do so, subject to the following 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 MERCHANTABILITY, .\"FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL .\"Arnaud LE HORS 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 Arnaud LE HORS shall not be .\"used in advertising or otherwise to promote the sale, use or other dealings .\"in this Software without prior written authorization from Arnaud LE HORS. .\" .\" .\" Copyright (c) 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 Sun Jan 7 00:06:09 JST 2001 .\" by FUJIWARA Teruyoshi .\" .nr )S 12 .TH CXPM 1 .PD .ad b .SH 名前 .\"0 cxpm \- Check an XPM (X PixMap) file - XPM 1, 2, or 3. cxpm \- XPM (X ピックスマップ: XPM 1, 2, 3) ファイルをチェックする .SH 書式 \fBcxpm\fR [\|\fIfilename\fP\|] .SH 説明 .PP .\"0 The \fBcxpm\fP program can be used to check the format of any XPM (version 1, 2, .\"0 or 3) file. On error, unlike \fBsxpm\fR, \fBcxpm\fR prints out an error message .\"0 indicating where the parser choked. This should help finding out what's wrong .\"0 with an XPM file but do not expect too much from it though. This is not even .\"0 close from being some kind of lint program for XPM. First, it stops at the .\"0 first error it encounters - so several fix and retry cycles may be necessary to .\"0 get your file to parse successfully. Second, \fBcxpm\fP only cares about .\"0 the format. If, for instance, your pixmap uses too many colors for your system .\"0 you still may experience difficulties displaying it. Be warned. \fBcxpm\fP プログラムを使うと、 任意の XPM ファイル(バージョン 1, 2, 3)のフォーマットをチェックできる。 エラーが起きた場合の動作は \fBsxpm\fR と異なり、 \fBcxpm\fR はパーザが止まった場所を示すエラーメッセージを出力する。 これは XPM ファイルの問題箇所の発見に役立つはずであるが、 過大な期待しないこと。 \fBcxpm\fP は、XPM 用の lint 的プログラムとは呼べないほどの 機能しか持たない。 まず、\fBcxpm\fP は最初に出会ったエラーの部分で停止する。したがって、 構文解析を正しく行わせるためには修正と再実行を何度も繰り返す必要 があるかもしれない。 次に、\fBcxpm\fP はフォーマットしか確認しない。 例えば、ピックスマップが使っている色数がシステムの能力以上である場合、 表示するときになってから問題が起こるかもしれない。 注意すること。 .PP .\"0 When no \fIfilename\fP is given \fBcxpm\fR reads from the standard input. \fBcxpm\fR に \fIfilename\fP 引き数を指定しなかった場合は、 標準入力からデータが読み込まれる。 .SH 作者 Arnaud Le Hors (lehors@sophia.inria.fr) .br Copyright (C) 1998 by Arnaud LE HORS.