From 8534602991e0b547d3ff00075f76fda1e2f3188e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2022 06:21:02 +0200 Subject: Fix incorrect link title in manual --- doc/manual.cli | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/manual.cli b/doc/manual.cli index f6d2e75..22db262 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -4320,10 +4320,10 @@ latter is used to update generated source code (such as headers) that is required to complete the match.| Debugging issues in each phase requires different techniques. Let's start with -the load phase. As mentioned in \l{#intro-lang Build Language}, \c{buildfiles} -are processed linearly with directives executed and variables expanded as they -are encountered. As we have already seen, to print a variable value we can use -the \c{info} directive. For example: +the load phase. As mentioned in \l{#intro-lang Buildfile Language}, +\c{buildfiles} are processed linearly with directives executed and variables +expanded as they are encountered. As we have already seen, to print a variable +value we can use the \c{info} directive. For example: \ x = X -- cgit v1.1