mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
33 lines
725 B
HTML
33 lines
725 B
HTML
--- doc/primer.html.orig 2009-12-04 21:27:41.000000000 +0900
|
|
+++ doc/primer.html 2010-05-23 00:32:47.534983282 +0900
|
|
@@ -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.40/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>
|