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 /pbm.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 'pbm.html')
-rw-r--r-- | pbm.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pbm.html b/pbm.html index 63dfa403..9e7d64cb 100644 --- a/pbm.html +++ b/pbm.html @@ -136,7 +136,7 @@ P1 accepting anything that looks remotely like a bitmap. <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). |