Incorrect markup for command "vceregress bincheck" in Windows docs - Mailing list pgsql-docs

From Michael Paquier
Subject Incorrect markup for command "vceregress bincheck" in Windows docs
Date
Msg-id CAB7nPqTQ8uEX_JrFS=LMcy=C+0qzHpfm2AAV_RO4ROYN4gpCMg@mail.gmail.com
Whole thread Raw
List 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

pgsql-docs by date:

Previous
From: Johannes Choo
Date:
Subject: s/user/role/ in section 5.6 of v9.5.0 and 9.6devel of docs.
Next
From: 大塚憲司
Date:
Subject: The number of bytes is stored in index_size of pgstatindex() ?