| From: | Michael Paquier <michael(dot)paquier(at)gmail(dot)com> |
|---|---|
| To: | pgsql-docs(at)postgresql(dot)org |
| Subject: | Incorrect markup for command "vceregress bincheck" in Windows docs |
| Date: | 2016-02-17 06:54:02 |
| Message-ID: | CAB7nPqTQ8uEX_JrFS=LMcy=C+0qzHpfm2AAV_RO4ROYN4gpCMg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-docs |
Hi all,
I just bumped into the following thing while browsing the windows docs:
diff --git a/doc/src/sgml/install-windows.sgml
b/doc/src/sgml/install-windows.sgml
index ba60a6b..d0bdb55 100644
--- a/doc/src/sgml/install-windows.sgml
+++ b/doc/src/sgml/install-windows.sgml
@@ -454,8 +454,9 @@ $ENV{CONFIG}="Debug";
</para>
<para>
- Running the regression tests on client programs, with "vcregress bincheck",
- requires an additional Perl module to be installed:
+ Running the regression tests on client programs, with
+ <command>vcregress bincheck</>, requires an additional Perl module to be
+ installed:
<variablelist>
<varlistentry>
<term><productname>IPC::Run</productname></term>
I don't think that it is correct to use double quotes, a <command>
markup being more appropriate. Attached is a patch.
Regards,
--
Michael
| Attachment | Content-Type | Size |
|---|---|---|
| bincheck-doc-fix.patch | text/x-patch | 638 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | 大塚憲司 | 2016-02-18 12:02:15 | The number of bytes is stored in index_size of pgstatindex() ? |
| Previous Message | Fujii Masao | 2016-02-01 13:08:09 | Re: Fwd: [DOCS] pgbench doc typos |