From bf2a115f2f0d103dc4299c6ee2ce1936aa1d7f64 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Fri, 4 Jun 2004 04:05:36 +0000 Subject: Remove dash in pg_ctl signal name. It broke with getopt_long dash reorganization processing, and it is clearer without the dash anyway. --- doc/src/sgml/ref/pg_ctl-ref.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc/src') 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 @@ @@ -140,7 +140,8 @@ PostgreSQL documentation mode allows you to send a signal to a specified process. This is particularly valuable for MS Windows - which does not have a kill command. + which does not have a kill command. Use + --help to see a list of supported signal names. -- cgit v1.2.3