aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2023-02-15 15:01:24 +0900
committerMichael Paquier <michael@paquier.xyz>2023-02-15 15:01:24 +0900
commit8e0e0698f12bd77da38f6863ecdbe88a63ed49dc (patch)
tree9bffd1db37cd59bb61b2dfb970f87211882c57eb
parent9244c11afe23bce9358de3d36404151139e968d9 (diff)
downloadpostgresql-8e0e0698f12bd77da38f6863ecdbe88a63ed49dc.tar.gz
postgresql-8e0e0698f12bd77da38f6863ecdbe88a63ed49dc.zip
doc: Fix spelling of option -Dtap_tests for meson
This option was documented as -Dtap-tests, but the option requires an underscore in its name. Author: Katsuragi Yuta Discussion: https://postgr.es/m/cff4558e170be78d8fd64ed45edbe1cb@oss.nttdata.com
-rw-r--r--doc/src/sgml/installation.sgml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 6619e69462f..aa7c782c3f2 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -3052,7 +3052,7 @@ ninja install
</varlistentry>
<varlistentry id="configure-tap-tests-meson">
- <term><option>-Dtap-tests={ auto | enabled | disabled }</option></term>
+ <term><option>-Dtap_tests={ auto | enabled | disabled }</option></term>
<listitem>
<para>
Enable tests using the Perl TAP tools. Defaults to auto and requires