From cca1e30598ddd0df01af13bb2d994737792f6b0a Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 20 May 2002 18:13:41 +0000 Subject: [PATCH] spelling corrections etc. --- src/swfcombine.1 | 4 ++++ src/swfdump.1 | 2 +- src/wav2swf.1 | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/swfcombine.1 b/src/swfcombine.1 index 297d4f6..5d46995 100644 --- a/src/swfcombine.1 +++ b/src/swfcombine.1 @@ -37,6 +37,10 @@ Print version info and exit \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR Explicitly specify output file. (otherwise, output.swf will be used) .TP +\fB\-z\fR, \fB\-\-zlib\fR +Use Flash MX (SWF 6) Zlib encoding for the output. The resulting SWF will be +smaller, but not playable in Flash Plugins of Version 5 and below. +.TP \fB\-l\fR, \fB\-\-overlay\fR Don't remove any master objects, only overlay new objects. .TP diff --git a/src/swfdump.1 b/src/swfdump.1 index 717eb7d..a73d676 100644 --- a/src/swfdump.1 +++ b/src/swfdump.1 @@ -38,7 +38,7 @@ Print out the frame rate of the movie, in a string of the form "-r rate" \fB\-d\fR, \fB\-\-hex\fR Print hex output of tag data, too. .TP -\fR\-u\fR, \fB\-\-used\fR +\fB\-u\fR, \fB\-\-used\fR Show referred IDs for each Tag. .SH AUTHOR diff --git a/src/wav2swf.1 b/src/wav2swf.1 index 9fe24a6..ed7333e 100644 --- a/src/wav2swf.1 +++ b/src/wav2swf.1 @@ -4,7 +4,7 @@ wav2swf - convert a WAV file to an SWF animation .SH Synopsis .B wav2swf [-o file.swf] filename.wav .SH DESCRIPTION -Takes a of wav file and converts them to a swf movie. +Takes a wav file and converts it to a swf movie. .PP (SWF files are animation files which can be displayed in Web Browsers using the Flash Plugin) @@ -17,7 +17,7 @@ Print short help message and exit Print version info and exit .TP \fB\-o\fR, \fB\-\-output\fR \fIfilename\fR -Explicitly specify output file. (Otherwise, output will go to stdout) +Explicitly specify output file. (Otherwise, output will go to output.swf) .SH AUTHORS -- 1.7.10.4