summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-06-08 20:52:28 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2022-06-08 20:52:28 +0000
commit7539a285f1cb2b7ed65f79b51cd24e1287cea478 (patch)
treebfeb65bb094a2ad8302af1f8e7f748e871f58d18
parentc764cea8014b4108173e10a76b16d68b276401f3 (diff)
downloadnetpbm-mirror-7539a285f1cb2b7ed65f79b51cd24e1287cea478.tar.gz
netpbm-mirror-7539a285f1cb2b7ed65f79b51cd24e1287cea478.tar.xz
netpbm-mirror-7539a285f1cb2b7ed65f79b51cd24e1287cea478.zip
miscellaneous update
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@4353 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--pamtoqoi.html5
-rw-r--r--pnmcat.html4
-rw-r--r--qoitopam.html4
3 files changed, 11 insertions, 2 deletions
diff --git a/pamtoqoi.html b/pamtoqoi.html
index e9241aad..081c514f 100644
--- a/pamtoqoi.html
+++ b/pamtoqoi.html
@@ -12,6 +12,8 @@ pamtoqoi - Convert Netpbm image to QOI format (Quite OK Image format)
 
 <h2 id="synopsis">SYNOPSIS</h2>
 <b>pamtoqoi</b>
+[<i>pnmfile</i>]
+
 
 <p>All options can be abbreviated to their shortest unique prefix.
 You may use two hyphens instead of one.  You may separate an option
@@ -31,6 +33,9 @@ a QOI image written to standard output.
 <p>Use <a href="qoitopam.html"><b>qoitopam</b></a> to convert a QOI
 image to Netpbm format.
 
+<p>Input is from Standard Input if you don't specify the input file
+<i>pnmfile</i>.
+
 
 <h2 id="options">OPTIONS</h2>
 
diff --git a/pnmcat.html b/pnmcat.html
index b8cbfc6e..0acca289 100644
--- a/pnmcat.html
+++ b/pnmcat.html
@@ -73,8 +73,8 @@ command line options:
 <h3 id="justification">Justification</h3>
 
 <dl compact>
-<dt><b>jtop</b>, <b>jbottom</b>, <b>-jleft</b>, <b>-jright</b>,
-    <b>-jcenter</b>, 
+<dt><b>-jtop</b>, <b>-jbottom</b>, <b>-jleft</b>, <b>-jright</b>,
+    <b>-jcenter</b>
 <dd>
   If the PNM images are not all the same height when you're concatenating left
   to right or width when you're concatenating top to bottom, the smaller ones
diff --git a/qoitopam.html b/qoitopam.html
index 8ad4af1a..4c9eded1 100644
--- a/qoitopam.html
+++ b/qoitopam.html
@@ -12,6 +12,7 @@ pamtoqoi - Convert  QOI format (Quite OK Image format) to Netpbm.
 
 <h2 id="synopsis">SYNOPSIS</h2>
 <b>qoitopam</b>
+[<i>pnmfile</i>]
 
 <p>All options can be abbreviated to their shortest unique prefix.
 You may use two hyphens instead of one.  You may separate an option
@@ -31,6 +32,9 @@ Netpbm image written to standard output.
 <p>Use <a href="pamtoqoi.html"><b>pamtoqoi</b></a> to convert a Netpbm
 image to QOI format.
 
+<p>Input is from Standard Input if you don't specify the input file
+<i>pnmfile</i>.
+
 
 <h2 id="options">OPTIONS</h2>