From 2222b5020909d4867f10cf72720df36e3483c0de Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 28 Jun 2015 19:39:47 +0000 Subject: Replace character entity references with plain double quotes git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@2590 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- pamexec.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pamexec.html') diff --git a/pamexec.html b/pamexec.html index c663a72a..a5f9b3af 100644 --- a/pamexec.html +++ b/pamexec.html @@ -14,7 +14,7 @@ pamexec - Execute a shell command on each image in a Netpbm image stream pamexec -["command"] +["command"] [netpbmfile] @@ -81,7 +81,7 @@ you can buffer through a temporary file like this:
 
-    pamexec "cat >/tmp/x; head -3 x" myvideo.ppm  
+    pamexec "cat >/tmp/x; head -3 x" myvideo.ppm  
 
 
-- cgit 1.4.1