aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-06-04 04:05:36 +0000
committerBruce Momjian <bruce@momjian.us>2004-06-04 04:05:36 +0000
commitbf2a115f2f0d103dc4299c6ee2ce1936aa1d7f64 (patch)
tree1724983bd5a7cfcdc28ff808027dded8848d8133 /doc/src
parent223b813d0ef76eebcb74f405cb77ed8855b37f4b (diff)
downloadpostgresql-bf2a115f2f0d103dc4299c6ee2ce1936aa1d7f64.tar.gz
postgresql-bf2a115f2f0d103dc4299c6ee2ce1936aa1d7f64.zip
Remove dash in pg_ctl signal name. It broke with getopt_long dash
reorganization processing, and it is clearer without the dash anyway.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/ref/pg_ctl-ref.sgml5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 1987e7a2738..6e0458e8238 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -1,5 +1,5 @@
<!--
-$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.27 2004/05/27 03:50:25 momjian Exp $
+$PostgreSQL: pgsql/doc/src/sgml/ref/pg_ctl-ref.sgml,v 1.28 2004/06/04 04:05:36 momjian Exp $
PostgreSQL documentation
-->
@@ -140,7 +140,8 @@ PostgreSQL documentation
<para>
<option>kill</option> mode allows you to send a signal to a specified
process. This is particularly valuable for <productname>MS Windows</>
- which does not have a <application>kill</> command.
+ which does not have a <application>kill</> command. Use
+ <literal>--help</> to see a list of supported signal names.
</para>
</refsect1>