summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:58 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:39:58 +0000
commite27c89c9227398c6feee3ca0748827fd064154cd (patch)
treefb54a9ea159ba3a883640c969a4c83f768c9a9ba /doc
parent77c897711a9b8aeb05bbbc34cbf8fac9d4bddebf (diff)
downloadpcre-e27c89c9227398c6feee3ca0748827fd064154cd.tar.gz
Load pcre-3.9 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@61 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'doc')
-rw-r--r--doc/pcregrep.112
-rw-r--r--doc/pcregrep.html16
-rw-r--r--doc/pcregrep.txt32
3 files changed, 10 insertions, 50 deletions
diff --git a/doc/pcregrep.1 b/doc/pcregrep.1
index 2925e99..5d3151e 100644
--- a/doc/pcregrep.1
+++ b/doc/pcregrep.1
@@ -32,17 +32,7 @@ Do not print individual lines; instead just print a count of the number of
lines that would otherwise have been printed. If several files are given, a
count is printed for each of them.
.TP
-
- versity of Cambridge for use on Unix systems connected to
- the Internet. It is freely available under the terms of
- the GNU General Public Licence. In style it is similar to
- Smail 3, but its facilities are more extensive, and in
- particular it has some defences against mail bombs and
- unsolicited junk mail, in the form of options for refusing
- messages from particular hosts, networks, or senders.
-
- Exim's command line takes the standard Unix form of a
- sequence of options, each starting with a hyphen charac\fB-f\fIfilename\fR
+\fB-f\fIfilename\fR
Read patterns from the file, one per line, and match all patterns against each
line. There is a maximum of 100 patterns. Trailing white space is removed, and
blank lines are ignored. An empty file contains no patterns and therefore
diff --git a/doc/pcregrep.html b/doc/pcregrep.html
index 823b4aa..7bc210c 100644
--- a/doc/pcregrep.html
+++ b/doc/pcregrep.html
@@ -55,21 +55,7 @@ lines that would otherwise have been printed. If several files are given, a
count is printed for each of them.
</P>
<P>
-<PRE>
- versity of Cambridge for use on Unix systems connected to
- the Internet. It is freely available under the terms of
- the GNU General Public Licence. In style it is similar to
- Smail 3, but its facilities are more extensive, and in
- particular it has some defences against mail bombs and
- unsolicited junk mail, in the form of options for refusing
- messages from particular hosts, networks, or senders.
-</PRE>
-</P>
-<P>
-<PRE>
- Exim's command line takes the standard Unix form of a
- sequence of options, each starting with a hyphen charac\fB-f<I>filename</I>
-</PRE>
+\fB-f<I>filename</I>
Read patterns from the file, one per line, and match all patterns against each
line. There is a maximum of 100 patterns. Trailing white space is removed, and
blank lines are ignored. An empty file contains no patterns and therefore
diff --git a/doc/pcregrep.txt b/doc/pcregrep.txt
index 477e80d..1600228 100644
--- a/doc/pcregrep.txt
+++ b/doc/pcregrep.txt
@@ -37,30 +37,13 @@ OPTIONS
wise have been printed. If several files are
given, a count is printed for each of them.
- versity of Cambridge for use on Unix systems connected to
- the Internet. It is freely available
- under the terms of
- the GNU General Public Licence. In style it
- is similar to
- Smail 3, but its facilities are more
- extensive, and in
- particular it has some defences against
- mail bombs and
- unsolicited junk mail, in the form of
- options for refusing
- messages from particular hosts, networks,
- or senders.
-
- Exim's command line takes the standard
-
- Unix form of a
- sequence of options, each starting with a
- hyphen charac-ffilename Read patterns from the
- file, one per line, and match all patterns against
- each line. There is a maximum of 100 patterns.
- Trailing white space is removed, and blank lines
- are ignored. An empty file contains no patterns
- and therefore matches nothing.
+ -ffilename
+ Read patterns from the file, one per line, and
+ match all patterns against each line. There is a
+ maximum of 100 patterns. Trailing white space is
+ removed, and blank lines are ignored. An empty
+ file contains no patterns and therefore matches
+ nothing.
-h Suppress printing of filenames when searching mul-
tiple files.
@@ -69,6 +52,7 @@ OPTIONS
parisons.
-l Instead of printing lines from the files, just
+
print the names of the files containing lines that
would have been printed. Each file name is printed
once, on a separate line.