11<!--
2- $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.39 2007/02/20 18:10:58 momjian Exp $
2+ $PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.40 2007/02/21 23:21:11 momjian Exp $
33PostgreSQL documentation
44-->
55
@@ -179,9 +179,9 @@ PostgreSQL documentation
179179 <term><option>-D <replaceable class="parameter">datadir</replaceable></option></term>
180180 <listitem>
181181 <para>
182- Specifies the file system location of the database files. If
183- this is omitted, the environment variable
184- <envar>PGDATA</envar> is used.
182+ Specifies the file system location of the database files. If
183+ this is omitted, the environment variable
184+ <envar>PGDATA</envar> is used.
185185 </para>
186186 </listitem>
187187 </varlistentry>
@@ -202,10 +202,10 @@ PostgreSQL documentation
202202 <term><option>-m <replaceable class="parameter">mode</replaceable></option></term>
203203 <listitem>
204204 <para>
205- Specifies the shutdown mode. <replaceable>mode</replaceable>
206- can be <literal>smart</literal>, <literal>fast</literal>, or
207- <literal>immediate</literal>, or the first letter of one of
208- these three.
205+ Specifies the shutdown mode. <replaceable>mode</replaceable>
206+ can be <literal>smart</literal>, <literal>fast</literal>, or
207+ <literal>immediate</literal>, or the first letter of one of
208+ these three.
209209 </para>
210210 </listitem>
211211 </varlistentry>
@@ -218,8 +218,8 @@ PostgreSQL documentation
218218 <command>postgres</command> command.
219219 </para>
220220 <para>
221- The options are usually surrounded by single or double
222- quotes to ensure that they are passed through as a group.
221+ The options are usually surrounded by single or double
222+ quotes to ensure that they are passed through as a group.
223223 </para>
224224 </listitem>
225225 </varlistentry>
@@ -228,12 +228,12 @@ PostgreSQL documentation
228228 <term><option>-p <replaceable class="parameter">path</replaceable></option></term>
229229 <listitem>
230230 <para>
231- Specifies the location of the <filename>postgres</filename>
232- executable. By default the <filename>postgres</filename> executable is taken from the same
233- directory as <command>pg_ctl</command>, or failing that, the hard-wired
234- installation directory. It is not necessary to use this
235- option unless you are doing something unusual and get errors
236- that the <filename>postgres</filename> executable was not found.
231+ Specifies the location of the <filename>postgres</filename>
232+ executable. By default the <filename>postgres</filename> executable is taken from the same
233+ directory as <command>pg_ctl</command>, or failing that, the hard-wired
234+ installation directory. It is not necessary to use this
235+ option unless you are doing something unusual and get errors
236+ that the <filename>postgres</filename> executable was not found.
237237 </para>
238238 </listitem>
239239 </varlistentry>
@@ -253,9 +253,9 @@ PostgreSQL documentation
253253 <para>
254254 Attempt to allow server crashes to produce core files, on platforms
255255 where this available, by lifting any soft resource limit placed on
256- them.
257- This is useful in debugging or diagnosing problems by allowing a
258- stack trace to be obtained from a failed server process.
256+ them.
257+ This is useful in debugging or diagnosing problems by allowing a
258+ stack trace to be obtained from a failed server process.
259259 </para>
260260 </listitem>
261261 </varlistentry>
@@ -264,8 +264,8 @@ PostgreSQL documentation
264264 <term><option>-w</option></term>
265265 <listitem>
266266 <para>
267- Wait for the start or shutdown to complete. Times out after
268- 60 seconds. This is the default for shutdowns. A successful
267+ Wait for the start or shutdown to complete. Times out after
268+ 60 seconds. This is the default for shutdowns. A successful
269269 shutdown is indicated by removal of the <acronym>PID</acronym>
270270 file. For starting up, a successful <command>psql -l</command>
271271 indicates success. <command>pg_ctl</command> will attempt to
@@ -276,7 +276,7 @@ PostgreSQL documentation
276276 <productname>PostgreSQL</productname> was compiled with
277277 (5432 by default). When waiting, <command>pg_ctl</command> will
278278 return an accurate exit code based on the success of the startup
279- or shutdown.
279+ or shutdown.
280280 </para>
281281 </listitem>
282282 </varlistentry>