Incorrect markup for command "vceregress bincheck" in Windows docs

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Incorrect markup for command "vceregress bincheck" in Windows docs
Дата
Msg-id CAB7nPqTQ8uEX_JrFS=LMcy=C+0qzHpfm2AAV_RO4ROYN4gpCMg@mail.gmail.com
обсуждение исходный текст
Список 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

Вложения

В списке pgsql-docs по дате отправления:

Предыдущее
От: Johannes Choo
Дата:
Сообщение: s/user/role/ in section 5.6 of v9.5.0 and 9.6devel of docs.
Следующее
От: 大塚憲司
Дата:
Сообщение: The number of bytes is stored in index_size of pgstatindex() ?