summaryrefslogtreecommitdiff
path: root/doc/pcre2grep.1
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-18 14:03:33 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2018-06-18 14:03:33 +0000
commit219fa022fe95b36dbdd162b8a9e94f543cba07a6 (patch)
tree8ae059b4bf5da3a0f42040c95525015dbac0bf18 /doc/pcre2grep.1
parent1326caa549bd96e614b91db87fffee2a4de07dfc (diff)
downloadpcre2-219fa022fe95b36dbdd162b8a9e94f543cba07a6.tar.gz
More typos and changes to "Kibibytes" for "Kilobytes".
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@937 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'doc/pcre2grep.1')
-rw-r--r--doc/pcre2grep.14
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pcre2grep.1 b/doc/pcre2grep.1
index f218052..12a1859 100644
--- a/doc/pcre2grep.1
+++ b/doc/pcre2grep.1
@@ -58,7 +58,7 @@ that is obtained at the start of processing. If an input file contains very
long lines, a larger buffer may be needed; this is handled by automatically
extending the buffer, up to the limit specified by \fB--max-buffer-size\fP. The
default values for these parameters can be set when \fBpcre2grep\fP is
-built; if nothing is specified, the defaults are set to 20K and 1M
+built; if nothing is specified, the defaults are set to 20KiB and 1MiB
respectively. An error occurs if a line is too long and the buffer can no
longer be expanded.
.P
@@ -66,7 +66,7 @@ The block of memory that is actually used is three times the "buffer size", to
allow for buffering "before" and "after" lines. If the buffer size is too
small, fewer than requested "before" and "after" lines may be output.
.P
-Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the greater.
+Patterns can be no longer than 8KiB or BUFSIZ bytes, whichever is the greater.
BUFSIZ is defined in \fB<stdio.h>\fP. When there is more than one pattern
(specified by the use of \fB-e\fP and/or \fB-f\fP), each pattern is applied to
each line in the order in which they are defined, except that all the \fB-e\fP