diff options
author | Mats Wichmann <mats@linux.com> | 2020-07-24 21:16:48 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2020-07-24 21:16:48 (GMT) |
commit | 8071166a86de821d097122b553f1282fe3295ea7 (patch) | |
tree | 66829d98e1cd6fcd3eda2a6d8d28f5c4492f0b2a | |
parent | 921d5487f406d900615a714f2587a54a907e43f9 (diff) | |
download | SCons-8071166a86de821d097122b553f1282fe3295ea7.zip SCons-8071166a86de821d097122b553f1282fe3295ea7.tar.gz SCons-8071166a86de821d097122b553f1282fe3295ea7.tar.bz2 |
Fix xml validation error
Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r-- | doc/man/scons.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/scons.xml b/doc/man/scons.xml index a32fcc5..12d691a 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -2707,7 +2707,7 @@ A <firstterm>Node</firstterm> is an internal SCons object which represents build targets or sources. -See <xref linkend="node_objects"> for more information.</para> +See <xref linkend="node_objects"/> for more information.</para> <para>The returned Node-list object can be passed to other builder methods as source(s) |