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
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>
-- Sent via pgsql-docs mailing list (pgsql-docs@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs