mirror of
				https://github.com/netwide-assembler/nasm.git
				synced 2025-10-10 00:25:06 -04:00 
			
		
		
		
	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) <hpa@zytor.com>
This commit is contained in:
		| @@ -769,16 +769,6 @@ The expressions passed to \c{%eval()} are \i{critical expressions}, | |||||||
| see \k{crit}. | 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 | \S{f_hex} \i\c{%hex()} Function | ||||||
|  |  | ||||||
| Equivalent to \i\c\{%eval()}, except that the results generated are | Equivalent to \i\c\{%eval()}, except that the results generated are | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user