From 9abf34960df5c3b3c237c53b9a8cb71e899405b0 Mon Sep 17 00:00:00 2001 From: Mats Wichmann Date: Wed, 6 May 2020 07:25:28 -0600 Subject: mapage: update markup in Node section [ci skip] Signed-off-by: Mats Wichmann --- doc/man/scons.xml | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/man/scons.xml b/doc/man/scons.xml index 1e7964f..0388a48 100644 --- a/doc/man/scons.xml +++ b/doc/man/scons.xml @@ -4594,7 +4594,7 @@ in SConscript files: - path + n.path The build path of the given @@ -4608,17 +4608,17 @@ is not being used. - abspath + n.abspath The absolute build path of the given file or directory. - srcnode() + n.srcnode() The -srcnode() +srcnode method returns another File or Directory Node representing the source path of the given @@ -4657,32 +4657,32 @@ the Node represents: - d.Dir(name) + d.Dir(name) Returns a directory Node for a subdirectory of d named -name. +name. - d.File(name) + d.File(name) Returns a file Node for a file within d named -name. +name. - d.Entry(name) + d.Entry(name) Returns an unresolved Node within d named -name. +name. @@ -4695,30 +4695,30 @@ directory as the one the Node represents: - f.Dir(name) + f.Dir(name) Returns a directory named -name +name within the parent directory of f. - f.File(name) + f.File(name) Returns a file named -name +name within the parent directory of f. - f.Entry(name) + f.Entry(name) Returns an unresolved Node named -name +name within the parent directory of f. -- cgit v0.12