Use null() instead of nul()

This commit is contained in:
Steven Ward
2023-10-09 21:24:47 -04:00
parent daac7b35af
commit d809ce5cf0

View File

@@ -14,7 +14,7 @@ DESCRIPTION
strings available, including the program or script name.
If the numeric arg is supplied, then the corresponding command line
string is return, if it exists. Otherwise a nul() value is returned.
string is return, if it exists. Otherwise a null() value is returned.
In keeping with the argc/argv convention of C, argv(0) will refer
to the name of the program. If the -f filename argument is used,