From 8bb949f8ab3795d41f8c1fe8afb01176a1cbb189 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 8 Mar 2024 18:52:02 +0300 Subject: Fix typos in manual --- doc/manual.cli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index 6963893..4f057f9 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -2461,11 +2461,11 @@ MYSQL_DATABASE_PORT=3306 The auxiliary environment variables are in effect for the entire build. The recommended place to propagate them to the package configuration is the -\c{build-config} value. For example: +\c{*-build-config} value. For example: \ build-auxiliary: *-postgresql_* -build-config: +default-build-config: \\ config.hello.pgsql_host=$getenv(DATABASE_HOST) config.hello.pgsql_port=$getenv(DATABASE_PORT) -- cgit v1.1