From 38631c577aeb08214137611d08bb12ae6b9b6c0c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 3 Sep 2025 01:10:29 -0700 Subject: [PATCH] doc: there is no %fullpath() function, only %realpath() Remove a reference to a non-existent %fullpath() function; the function is called %realpath(). Signed-off-by: H. Peter Anvin (Intel) --- doc/preproc.src | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/preproc.src b/doc/preproc.src index 20e82ba1..eaa4f1fd 100644 --- a/doc/preproc.src +++ b/doc/preproc.src @@ -769,16 +769,6 @@ The expressions passed to \c{%eval()} are \i{critical expressions}, see \k{crit}. -\S{f_fullpath} \i\c{%fullpath()} Function - -The \c{%fullpath()} function takes a quoted string as argument and, if -supported by the operating system, attempts to convert it to a -canonical absolute path name; then expands to a quoted string -containing that path name. - -If unable, it expands to the unmodified string. - - \S{f_hex} \i\c{%hex()} Function Equivalent to \i\c\{%eval()}, except that the results generated are