From: Nick Bowler Date: Mon, 7 Jan 2008 00:17:10 +0000 (-0500) Subject: Add EXAMPLES section to the lbximg.1 man page. X-Git-Url: http://git.draconx.ca/gitweb/liblbx.git/commitdiff_plain/f5c3db7a3cc9d46f8bb8b2d0d010eb73d68bb9c5 Add EXAMPLES section to the lbximg.1 man page. --- diff --git a/doc/man/lbximg.1 b/doc/man/lbximg.1 index 564655b..6470cf3 100644 --- a/doc/man/lbximg.1 +++ b/doc/man/lbximg.1 @@ -70,3 +70,18 @@ Decode frames 1 through 9, except for frame 5. Decode all frames except the first 3. .El .El +.Sh EXAMPLES +After extracting fonts.lbx, mainmenu.lbx, logo.lbx and ships.lbx with +.Xr lbxtool 1 : +.Bl -tag -width indent +.It Nm Li -ivf logo.lbx.000 +Print some information about the Simtex logo image. +.It Nm Li -dvf mainmenu.lbx.000 -p fonts.lbx.006 +Decodes all the frames of the main menu panel into a series of PNGs. +.It Nm Li -dvf logo.lbx.001 +Decodes all the frames of the Microprose logo into a series of PNGs. +.It Nm Li -dvf ships.lbx.042 -p fonts.lbx.012 -O ships.lbx.049 +Decodes an image of a red star fortress. +.El +.Sh SEE ALSO +.Xr lbxtool 1