]> git.draconx.ca Git - liblbx.git/commitdiff
doc: Update man pages to reflect reality.
authorNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 04:48:33 +0000 (23:48 -0500)
committerNick Bowler <nbowler@draconx.ca>
Wed, 10 Feb 2010 04:48:33 +0000 (23:48 -0500)
doc/man/lbximg.1
doc/man/lbxtool.1

index 245826a51dd08d5c64c253c4fa3b9df24c4338ca..87bd3ee8f524a2726e0374fa79b90cc70be910db 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (C) 2009 Nick Bowler
+.\" Copyright (C) 2008-2010 Nick Bowler
 .\" Copying and distribution of this file, with or without modification,
 .\" are permitted in any medium without royalty provided the copyright
 .\" notice and this notice are preserved.  This file is offered as-is,
 .\" without any warranty.
-.Dd January 4, 2008
+.Dd February 9, 2010
 .Os liblbx
 .Dt LBXIMG \&1 "2ooM Reference Manual"
 .Sh NAME
@@ -13,6 +13,7 @@
 .Nm
 .Op Fl i Ns | Ns Fl d
 .Op Fl v
+.Op Fl n
 .Op Fl p Ar palette_file
 .Op Fl O Ar override_file
 .Op Fl f Ar path
@@ -35,11 +36,12 @@ Output additional information on standard output.
 .It Fl f , -file Ar path
 Read from the specified
 .Ar path
-instead of standard input.  If
-.Ar path
-is -,
-.Nm
-will read from standard input anyway.
+instead of standard input.
+.It Fl n , -no-palette
+Instead of looking up colour indices in the palette, use the index itself for
+each of the red, green and blue components of the output.  This is mainly
+useful for debugging
+.Em liblbx .
 .It Fl p , -palette Ar palette_file
 Read the base palette from
 .Ar palette_file .
@@ -51,9 +53,9 @@ override palette.
 .It Fl O , -override Ar override_file
 Use the embedded palette of an LBX image specified by
 .Ar override_file
-as the override palette.  In Moo2, this is notably used to select the player
-colour for ship images.  Colours in the override palette supersede those in
-both the base palette and the embedded palette.
+as the override palette.  One example of where this is used is for selecting
+the player colour for ship images.  Colours in the override palette supersede
+those in both the base palette and the embedded palette.
 .It Fl V , -version
 Print a version message and exit.
 .It Fl -usage
@@ -89,4 +91,5 @@ Decodes all the frames of the Microprose logo into a series of PNGs.
 Decodes an image of a red star fortress.
 .El
 .Sh SEE ALSO
-.Xr lbxtool 1
+.Xr lbxtool 1 ,
+.Xr lbxgui 1
index 37c11f14dd48d2d70e2ab8a548810b5de811ade6..458187860a81d87d6410dcc4f35eccc981aff0f6 100644 (file)
@@ -1,9 +1,9 @@
-.\" Copyright (C) 2009 Nick Bowler
+.\" Copyright (C) 2008-2010 Nick Bowler
 .\" Copying and distribution of this file, with or without modification,
 .\" are permitted in any medium without royalty provided the copyright
 .\" notice and this notice are preserved.  This file is offered as-is,
 .\" without any warranty.
-.Dd January 4, 2008
+.Dd February 9, 2010
 .Os liblbx
 .Dt LBXTOOL \&1 "2ooM Reference Manual"
 .Sh NAME
@@ -31,11 +31,7 @@ Output additional information on standard output.
 .It Fl f , -file Ar path
 Read from the specified
 .Ar path
-instead of standard input.  If
-.Ar path
-is -,
-.Nm
-will read from standard input anyway.
+instead of standard input.
 .It Fl V , -version
 Print a version message and exit.
 .It Fl -usage