diff options
author | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-05-29 01:37:32 +0000 |
---|---|---|
committer | giraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8> | 2013-05-29 01:37:32 +0000 |
commit | 292088fcf501157e64383c6466e2ac951bd3025b (patch) | |
tree | 536d376f6228981bea04d225e59d82a293891e4b /pgm.html | |
parent | 76b256624b1379469476b8b1ec9974a9dd645711 (diff) | |
download | netpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.tar.gz netpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.tar.xz netpbm-mirror-292088fcf501157e64383c6466e2ac951bd3025b.zip |
Remove duplicate words
git-svn-id: http://svn.code.sf.net/p/netpbm/code/userguide@1915 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'pgm.html')
-rw-r--r-- | pgm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pgm.html b/pgm.html index d75c9ef3..601d08e3 100644 --- a/pgm.html +++ b/pgm.html @@ -153,7 +153,7 @@ P2 accepting anything that looks remotely like a PGM. <p>All characters referred to herein are encoded in ASCII. -"newline" refers the the character known in ASCII as Line +"newline" refers to the character known in ASCII as Line Feed or LF. A "white space" character is space, CR, LF, TAB, VT, or FF (I.e. what the ANSI standard C isspace() function calls white space). |