diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:21:02 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2022-07-28 06:21:02 +0200 |
commit | 8534602991e0b547d3ff00075f76fda1e2f3188e (patch) | |
tree | 26ae5abf9a3d398601d6013f0149a711d4513975 | |
parent | 6733a910f44815aec9479f1b810818a96e9afb82 (diff) |
Fix incorrect link title in manual
-rw-r--r-- | doc/manual.cli | 8 |
1 files 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 |