~ubuntu-branches/ubuntu/hardy/postfix/hardy-security

« back to all changes in this revision

Viewing changes to man/man5/pcre_table.5

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2007-06-01 23:14:55 UTC
  • mfrom: (1.1.14 upstream)
  • Revision ID: james.westby@ubuntu.com-20070601231455-dm7tvhh7k68w3c5q
Tags: 2.4.3-1
* New upstream version
* Cleanup merge markers in changelog.  Closes: #420411
* Remove stale code in preinst.  Upgrading from pre-sarge versions no
  longer works.  Closes: #420413
* Template file overhaul to go with stale code removal, and translations
  Closes: #420156, #422339, #422975, #423110, #423367, #423876, #423878,
  #423894, #424689, #424762, #425411, #425682, #425980, #426052, #426214,
  #426329, #426833

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
.IP "\fBif /\fIpattern\fB/\fIflags\fR"
52
52
.IP "\fBendif\fR"
53
53
Match the input string against the patterns between \fBif\fR
54
 
and \fBendif\fR, if and only if the input string also matches
 
54
and \fBendif\fR, if and only if that same input string also matches
55
55
\fIpattern\fR. The \fBif\fR..\fBendif\fR can nest.
56
56
.sp
57
57
Note: do not prepend whitespace to patterns inside
61
61
.IP "\fBif !/\fIpattern\fB/\fIflags\fR"
62
62
.IP "\fBendif\fR"
63
63
Match the input string against the patterns between \fBif\fR
64
 
and \fBendif\fR, if and only if the input string does \fBnot\fR
 
64
and \fBendif\fR, if and only if that same input string does \fBnot\fR
65
65
match \fIpattern\fR. The \fBif\fR..\fBendif\fR can nest.
66
66
.sp
67
67
Note: do not prepend whitespace to patterns inside