about summary refs log tree commit diff
path: root/pamexec.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-03 18:32:18 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-09-03 18:32:18 +0000
commit2ef4142ee04a3ebd5bf42b4837d7040c9431e03d (patch)
tree8f94bbaf5b9564d7f7bed46bc009e1f0c3a5e39a /pamexec.html
parent4d2ee509451162f72cd658d5b9ced642c0103697 (diff)
downloadnetpbm-mirror-2ef4142ee04a3ebd5bf42b4837d7040c9431e03d.tar.gz
netpbm-mirror-2ef4142ee04a3ebd5bf42b4837d7040c9431e03d.tar.xz
netpbm-mirror-2ef4142ee04a3ebd5bf42b4837d7040c9431e03d.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1564 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamexec.html')
-rw-r--r--pamexec.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/pamexec.html b/pamexec.html
index f2719e43..35ef2d81 100644
--- a/pamexec.html
+++ b/pamexec.html
@@ -1,4 +1,4 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
+ <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2//EN">
 <HTML><HEAD><TITLE>Pamexec User Manual</TITLE></HEAD>
 <BODY>
 <H1>pamexec</H1>
@@ -67,11 +67,11 @@ if the command has a nonzero exit status.
 
 To make an animated GIF movie:
 
-<kbd>
 <pre>
+<kbd>
     pamexec pamtogif myvideo.ppm | gifsicle --multifile &gt;myvideo.gif
-</pre>
 </kbd>
+</pre>
 
 <h2 id="limitations">LIMITATIONS</h2>
 
@@ -79,11 +79,11 @@ To make an animated GIF movie:
 If yours doesn't (perhaps it just exits when it's seen enough),
 you can buffer through a temporary file like this:
 
-<kbd>
 <pre>
+<kbd>
     pamexec &quot;cat &gt;/tmp/x; head -3 x&quot; myvideo.ppm  
-</pre>
 </kbd>
+</pre>
 
 <h2 id="history">HISTORY</h2>