Sync usage with man page.
[netbsd-mini2440.git] / external / ibm-public / postfix / dist / src / util / dict_pcre.ref
blob1dc5393b1cca5387d8ee6fca7c2b6150758d8567
1 ./dict_open: warning: pcre map dict_pcre.map, line 1: ignoring extra text after IF statement: "fodder"
2 ./dict_open: warning: pcre map dict_pcre.map, line 1: do not prepend whitespace to statements between IF and ENDIF
3 ./dict_open: warning: pcre map dict_pcre.map, line 5: ignoring extra text after ENDIF
4 ./dict_open: warning: pcre map dict_pcre.map, line 8: unknown regexp option "!": skipping this rule
5 ./dict_open: warning: dict_pcre.map, line 9: no replacement text: using empty string
6 ./dict_open: warning: pcre map dict_pcre.map, line 10: out of range replacement index "5": skipping this rule
7 ./dict_open: warning: pcre map dict_pcre.map, line 17: $number found in negative match replacement text: skipping this rule
8 ./dict_open: warning: pcre map dict_pcre.map, line 22: no regexp: skipping this rule
9 > get true
10 true: not found
11 > get true1
12 true1=1
13 > get true2
14 true2: not found
15 > get truefalse2
16 truefalse2=2
17 > get 3
18 3: not found
19 > get true3
20 true3=3
21 > get c
23 > get d
24 d: not found
25 > get 1234
26 1234=(1)(2)(3)(4)
27 > get 123
28 123=(1)(2)(3)
29 > get bar/find
30 bar/find: not found
31 > get bar/whynot
32 bar/whynot=Don't have a liquor license
33 > get bar/elbereth
34 bar/elbereth=(elbereth)
35 > get say/elbereth
36 say/elbereth: not found