summary refs log tree commit diff
path: root/ppm.html
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-26 01:07:37 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2007-04-26 01:07:37 +0000
commit60e3185d7f8c378da93205bc2916f3302114ef68 (patch)
tree9886b60bc00795bfa6188f5937ed60edfcd03207 /ppm.html
parentefef216f919b2db1a7a06f9eeeda14f5fe5c80e4 (diff)
downloadnetpbm-mirror-60e3185d7f8c378da93205bc2916f3302114ef68.tar.gz
netpbm-mirror-60e3185d7f8c378da93205bc2916f3302114ef68.tar.xz
netpbm-mirror-60e3185d7f8c378da93205bc2916f3302114ef68.zip
"miscellaneous update"
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@282 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'ppm.html')
-rw-r--r--ppm.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppm.html b/ppm.html
index 2c90804b..33d21aab 100644
--- a/ppm.html
+++ b/ppm.html
@@ -140,7 +140,7 @@ No line should be longer than 70 characters.
 </DL>
 <P>
 
-Here is an example of a small pixmap in this format.
+Here is an example of a small image in this format.
 <PRE>
 P3
 # feep.ppm
@@ -155,7 +155,7 @@ P3
 <P>There is a newline character at the end of each of these lines.
 
 <P>Programs that read this format should be as lenient as possible,
-accepting anything that looks remotely like a pixmap.
+accepting anything that looks remotely like a PPM image.
 
 <H2 id="compatibility">COMPATIBILITY</H2>