public inbox for [email protected]  
help / color / mirror / Atom feed
document about pg_ctl kill
2+ messages / 2 participants
[nested] [flat]

* document about pg_ctl kill
@ 2011-04-28 05:30 Fujii Masao <[email protected]>
  2011-04-28 09:59 ` Re: document about pg_ctl kill Heikki Linnakangas <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Fujii Masao @ 2011-04-28 05:30 UTC (permalink / raw)
  To: pgsql-docs

Hi,

pg_ctl kill requires signal name and process ID, but they are enclosed in
brackets in the document as follows.

    pg_ctl kill [signal_name] [process_id]
    http://developer.postgresql.org/pgdocs/postgres/app-pg-ctl.html

Should we remove those brackets? The attached patch does that.

Regards,

-- 
Fujii Masao
NIPPON TELEGRAPH AND TELEPHONE CORPORATION
NTT Open Source Software Center


Attachments:

  [application/octet-stream] pg_ctl_kill_doc.patch (595B, 2-pg_ctl_kill_doc.patch)
  download | inline diff:
diff --git a/doc/src/sgml/ref/pg_ctl-ref.sgml b/doc/src/sgml/ref/pg_ctl-ref.sgml
index 626ed1f..36d7200 100644
--- a/doc/src/sgml/ref/pg_ctl-ref.sgml
+++ b/doc/src/sgml/ref/pg_ctl-ref.sgml
@@ -98,8 +98,8 @@ PostgreSQL documentation
   <cmdsynopsis>
    <command>pg_ctl</command>
    <arg choice="plain">kill</arg>
-   <arg><replaceable>signal_name</replaceable></arg>
-   <arg><replaceable>process_id</replaceable></arg>
+   <arg choice="plain"><replaceable>signal_name</replaceable></arg>
+   <arg choice="plain"><replaceable>process_id</replaceable></arg>
   </cmdsynopsis>
 
   <cmdsynopsis>


^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: document about pg_ctl kill
  2011-04-28 05:30 document about pg_ctl kill Fujii Masao <[email protected]>
@ 2011-04-28 09:59 ` Heikki Linnakangas <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Heikki Linnakangas @ 2011-04-28 09:59 UTC (permalink / raw)
  To: Fujii Masao <[email protected]>; +Cc: pgsql-docs

On 28.04.2011 08:30, Fujii Masao wrote:
> Hi,
>
> pg_ctl kill requires signal name and process ID, but they are enclosed in
> brackets in the document as follows.
>
>      pg_ctl kill [signal_name] [process_id]
>      http://developer.postgresql.org/pgdocs/postgres/app-pg-ctl.html
>
> Should we remove those brackets? The attached patch does that.

Yes. Thanks, applied.

-- 
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com




^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2011-04-28 09:59 UTC | newest]

Thread overview: 2+ messages (download: mbox mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2011-04-28 05:30 document about pg_ctl kill Fujii Masao <[email protected]>
2011-04-28 09:59 ` Heikki Linnakangas <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox