summary refs log tree commit diff
path: root/pamsplit.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-05-28 01:54:46 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2011-05-28 01:54:46 +0000
commitd46f53518b4e091c5750075e6928f8ec7e9837c2 (patch)
treeabc1d10c6be4c464cb15772963a89e0947663cac /pamsplit.html
parent822da600fbe8fad1335ffab3eb4ab7ed70f43ad6 (diff)
downloadnetpbm-mirror-d46f53518b4e091c5750075e6928f8ec7e9837c2.tar.gz
netpbm-mirror-d46f53518b4e091c5750075e6928f8ec7e9837c2.tar.xz
netpbm-mirror-d46f53518b4e091c5750075e6928f8ec7e9837c2.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1491 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pamsplit.html')
-rw-r--r--pamsplit.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/pamsplit.html b/pamsplit.html
index 69471a91..040c0aca 100644
--- a/pamsplit.html
+++ b/pamsplit.html
@@ -48,11 +48,11 @@ want the image sequence number in the output file name padded with
 zeroes.  <b>pamsplit</b> adds leading zeroes to the image sequence
 number to get up to at least that number of characters.  This is just
 the number of characters in the sequence number part of the name.  For
-example, <b>pamsplit - outputfile%d.ppm -padname=3</b> would yield
+example, <kbd>pamsplit - outputfile%d.ppm -padname=3</kbd> would yield
 output filenames <b>outputfile000.ppm</b>, <b>outputfile001.ppm</b>,
 etc.
 
-<p>The default is no padding (equivalent to <b>-padname=0</b>.
+<p>The default is no padding (equivalent to <b>-padname=0</b>).
 <P>The <b>-padname</b> option was new in Netpbm 10.23 (July 2004).
 Before that, there was never any padding.