summaryrefslogtreecommitdiff
path: root/textproc/openfts/files/patch-doc::primer.html
blob: 64283e15898f0924518c369a0df2b39ef09602e5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
--- doc/primer.html.orig	Mon Jun 14 12:22:40 2004
+++ doc/primer.html	Thu Jun 17 21:50:29 2004
@@ -640,7 +640,7 @@
 Change to the directory where <b>tsearch2</b> is. This is 
 a PostgreSQL module available under the <b>contrib</b> directory. 
 <code><pre>
-$ cd PGSQL_SRC_HOME/contrib/tsearch2
+$ cd /usr/local/share/postgresql/contrib
 </pre></code>
 </li>
 <li> 
@@ -650,7 +650,7 @@
 </li>
 <li>
 <code><pre>
-$ cd /usr/local/src/Search-OpenFTS-0.37/examples
+$ cd /usr/local/share/examples/Search-OpenFTS/
 </pre></code>
 </li>
 <li>
@@ -660,7 +660,11 @@
 </li>
 <li>
 <code><pre>
-$ ./index.pl testfts file1 [file2 [...] ]
+$ ./index.pl testfts
+file1
+[file2
+ [...] ]
+
 </pre></code>
 </li>
 <li>