| 1 |
.\"
|
| 2 |
.\" Copyright (C) 2000 Ross Combs (ross@bnetd.org)
|
| 3 |
.\"
|
| 4 |
.\" This is free documentation; you can redistribute it and/or
|
| 5 |
.\" modify it under the terms of the GNU General Public License as
|
| 6 |
.\" published by the Free Software Foundation; either version 2 of
|
| 7 |
.\" the License, or (at your option) any later version.
|
| 8 |
.\"
|
| 9 |
.\" The GNU General Public License's references to "object code"
|
| 10 |
.\" and "executables" are to be interpreted as the output of any
|
| 11 |
.\" document formatting or typesetting system, including
|
| 12 |
.\" intermediate and printed output.
|
| 13 |
.\"
|
| 14 |
.\" This manual is distributed in the hope that it will be useful,
|
| 15 |
.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 16 |
.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 17 |
.\" GNU General Public License for more details.
|
| 18 |
.\"
|
| 19 |
.\" You should have received a copy of the GNU General Public
|
| 20 |
.\" License along with this manual; if not, write to the Free
|
| 21 |
.\" Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111,
|
| 22 |
.\" USA.
|
| 23 |
.\"
|
| 24 |
.TH BNILIST 1 "6 November, 2000" "BNETD" "BNETD User's Manual"
|
| 25 |
.SH NAME
|
| 26 |
bnilist \- list contents of a Battle.net icon file
|
| 27 |
.SH SYNOPSIS
|
| 28 |
.B bnilist
|
| 29 |
[\fIoptions\fP]
|
| 30 |
[--]
|
| 31 |
[\fIbnifile\fP]
|
| 32 |
.SH DESCRIPTION
|
| 33 |
.B bnilist
|
| 34 |
is a simple program which will list all the icons stored in a BNI file along
|
| 35 |
with their attributes. Additionally, information is displayed from the TGA
|
| 36 |
header in the same format as
|
| 37 |
.BR tgainfo (1)
|
| 38 |
would use. Some simple sanity checks are also done to verify the file is
|
| 39 |
using the same format as expected by the other bni utilities.
|
| 40 |
.LP
|
| 41 |
If
|
| 42 |
.I bnifile
|
| 43 |
is not specified or is specified as "-", the standard input will be used.
|
| 44 |
.SH OPTIONS
|
| 45 |
.TP
|
| 46 |
.B \-h --help --usage
|
| 47 |
Print usage information and exit.
|
| 48 |
.TP
|
| 49 |
.B \-v --version
|
| 50 |
Print its version number and exit.
|
| 51 |
.TP
|
| 52 |
.B --
|
| 53 |
Signal end of options. Any further arguments will be treated as filenames
|
| 54 |
even if they begin with a "-".
|
| 55 |
.SH NOTES
|
| 56 |
The current version is available with the bnetd distribution at:
|
| 57 |
.LP
|
| 58 |
.RS
|
| 59 |
.I http://www.bnetd.org/
|
| 60 |
.RE
|
| 61 |
.SH BUGS
|
| 62 |
The purpose of some of the fields in the BNI format are not known. Only
|
| 63 |
true-color formats are currently supported.
|
| 64 |
.SH "SEE ALSO"
|
| 65 |
.BR bnetd (1),
|
| 66 |
.BR bni2tga (1),
|
| 67 |
.BR bnibuild (1),
|
| 68 |
.BR bniextract (1),
|
| 69 |
.BR tgainfo (1)
|
| 70 |
.SH AUTHORS
|
| 71 |
.TP
|
| 72 |
Marco Ziech (\fImmz@gmx.net\fP) and
|
| 73 |
Ross Combs (\fIross@bnetd.org\fP)
|