File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -96,11 +96,11 @@ Features and packages:
96
96
Alternatively, you can set variables on the <application>make</application>
97
97
command line:
98
98
<synopsis>
99
- make [ <replaceable>variable</replaceable>=<replaceable class="parameter">value</replaceable> [, ...] ]
99
+ make [ <replaceable>variable</replaceable>=<replaceable class="parameter">value</replaceable> [...] ]
100
100
</synopsis>
101
101
</para>
102
102
<para>
103
- A few of the many variables which can be specified are:
103
+ A few of the many variables that can be specified are:
104
104
105
105
<variablelist>
106
106
<varlistentry>
@@ -181,7 +181,7 @@ Features and packages:
181
181
182
182
<varlistentry>
183
183
<term>
184
- YFLAGS
184
+ <envar> YFLAGS</envar>
185
185
</term>
186
186
<listitem>
187
187
<para>
Original file line number Diff line number Diff line change 1
1
<!--
2
- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.37 2000/03/31 03:27:40 thomas Exp $
2
+ $Header: /cvsroot/pgsql/doc/src/sgml/Attic/install.sgml,v 1.38 2000/03/31 15:00:14 tgl Exp $
3
3
-->
4
4
5
5
<Chapter Id="install">
@@ -54,7 +54,7 @@ mv postgresql-7.0 /usr/src
54
54
55
55
<para>
56
56
Although the minimum required memory for running <ProductName>PostgreSQL</ProductName>
57
- can be as little as 8MB, there are noticable speed improvements when expanding memory
57
+ can be as little as 8MB, there are noticeable speed improvements when expanding memory
58
58
up to 96MB or beyond. The rule is you can never have too much memory.
59
59
</para>
60
60
<Para>
@@ -301,7 +301,7 @@ kill <replaceable>pid</replaceable>
301
301
<tip>
302
302
<para>
303
303
On systems which have <productname>PostgreSQL</productname> started at boot time, there
304
- is probably a startup file which will accomplish the same thing. For example, on a
304
+ is probably a startup file that will accomplish the same thing. For example, on a
305
305
Redhat Linux system one might find that
306
306
<programlisting>
307
307
/etc/rc.d/init.d/postgres.init stop
You can’t perform that action at this time.
0 commit comments