about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pamexec.html4
-rw-r--r--pbmtog3.html2
2 files changed, 3 insertions, 3 deletions
diff --git a/pamexec.html b/pamexec.html
index 76acb7ed..f2719e43 100644
--- a/pamexec.html
+++ b/pamexec.html
@@ -16,7 +16,7 @@ pamexec - Execute a shell command on each image in a Netpbm image stream
 
 [&quot;<i>command</i>&quot;]
 
-[<I>netpbmfile</I>
+[<I>netpbmfile</I>]
 
 [<b>-check</b>]
 
@@ -69,7 +69,7 @@ To make an animated GIF movie:
 
 <kbd>
 <pre>
-    pamexec pamtogif myvideo.ppm | gifsicle &gt;myvideo.gif
+    pamexec pamtogif myvideo.ppm | gifsicle --multifile &gt;myvideo.gif
 </pre>
 </kbd>
 
diff --git a/pbmtog3.html b/pbmtog3.html
index 79cfb70c..e2cf98dd 100644
--- a/pbmtog3.html
+++ b/pbmtog3.html
@@ -40,7 +40,7 @@ reversed so the least signficant bit becomes the most signficant bit.
 Apparently, there is some ambiguity in transmission protocols so that
 the bits get reversed on transmission, and this compensates for that.
 If you get a whole bunch of "bad code word" messages when you try to
-read the G3 file (e.g. with <b>g3topbm</b>, try using this option.
+read the G3 file (e.g. with <b>g3topbm</b>), try using this option.
 Note that the output is not G3 when you use this option.
 
 <dt><b>-nofixedwidth</b>