summary refs log tree commit diff
path: root/pbmtextps.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-05-04 00:32:54 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2023-05-04 00:32:54 +0000
commitbd82abed1156636c98b258ade1735dfeb557e674 (patch)
tree9dfda56bb337eacc3702e1f4759c3a22fcbf7087 /pbmtextps.html
parent73b435777acf1b420ba369d8c0de06770d11b738 (diff)
downloadnetpbm-mirror-bd82abed1156636c98b258ade1735dfeb557e674.tar.gz
netpbm-mirror-bd82abed1156636c98b258ade1735dfeb557e674.tar.xz
netpbm-mirror-bd82abed1156636c98b258ade1735dfeb557e674.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4548 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pbmtextps.html')
-rw-r--r--pbmtextps.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/pbmtextps.html b/pbmtextps.html
index 5977e2d5..751b12ea 100644
--- a/pbmtextps.html
+++ b/pbmtextps.html
@@ -77,13 +77,13 @@ With <b>-topmargin</b> and <b>-bottommargin</b>, that may not be the case.
      $ pbmtextps -font=Times-Roman -descent=20 \
           &quot;The soup is called&quot; &gt; a1.pbm
      $ pbmtextps -font=Itallic -descent=20 &quot;Goulash.&quot; &gt; a2.pbm
-     $ pnmcat -leftright -jbottom a1.pbm a2.pbm &gt; out.pbm
+     $ pamcat -leftright -jbottom a1.pbm a2.pbm &gt; out.pbm
 </kbd>
 </pre>
 
 <p>If you're using <b>-descent</b> to line up the segments of text you are
-  concatenating horizontally with <b>pnmcat</b>, use the <b>-jbottom</b>
-  (justify to bottom) option on <b>pnmcat</b> as in the example above.  If you
+  concatenating horizontally with <b>pamcat</b>, use the <b>-jbottom</b>
+  (justify to bottom) option on <b>pamcat</b> as in the example above.  If you
   use <b>-ascent</b>, use <b>-jtop</b> instead.
 
 <p>Similarly, if you render two lines of text (in separate invocations of
@@ -148,7 +148,7 @@ as if you specified <b>-leftmargin=</b><i>0.5*fontsize</i>.
 is as if you specified <b>-rightmargin=0</b>.
 
 
-<h3 id="input_text">Input Text</h2>
+<h3 id="input_text">Input Text</h3>
 
 <p>The simplest way to specify the text to render is just to specify it,
   in ASCII, as the sole argument of the command.  For example,
@@ -371,6 +371,7 @@ Copyright (C) 2002 by James McCann
 <li><a href="#description">DESCRIPTION</a>
   <ul>
   <li><a href="#margins">Margins</a>
+  <li><a href="#input_text">Input Text</a>
   </ul>
 <li><a href="#options">OPTIONS</a>
 <li><a href="#usage">USAGE</a>