summary refs log tree commit diff
path: root/pnmpad.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-11-03 16:31:55 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2019-11-03 16:31:55 +0000
commit780e2823db5358e5acd39570d8d93e1afedced00 (patch)
tree45a12e6597f1179b1388b8c03a2e32966f7f2831 /pnmpad.html
parent741c5d963c209b78ec7422b1fb18242e43939044 (diff)
downloadnetpbm-mirror-780e2823db5358e5acd39570d8d93e1afedced00.tar.gz
netpbm-mirror-780e2823db5358e5acd39570d8d93e1afedced00.tar.xz
netpbm-mirror-780e2823db5358e5acd39570d8d93e1afedced00.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@3708 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pnmpad.html')
-rw-r--r--pnmpad.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnmpad.html b/pnmpad.html
index 9d5e5185..37acffa0 100644
--- a/pnmpad.html
+++ b/pnmpad.html
@@ -187,10 +187,10 @@ This causes verbose messages.
 <p>The example uses shell arrays, such as exist in Bash, but not Dash.
   
   <pre>
-    <xmp>
+    <tt>
       pad=($(pnmpad -reportonly -left=10 -right=10 -top=10 -bottom=10))
       pbmmake -gray 10 10 | pnmpaste input.ppm ${pad[0]} ${pad[2]} -
-    </xmp>
+    </tt>
   </pre>