https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244640

--- Comment #1 from Olivier Certner <olivier.free...@free.fr> ---
Sorry, missing text in 1. in original submission. Should read:

1. As this command is not built-in, it would normally have to obey Lua syntax,
which forbids calling functions having a `-` in their name with the common
function call syntax. However, Lua loader's specific machinery handles the
first string in the command as the name of a function to call. So it is indeed
possible to use "read-conf" by typing:
`"read-conf" "<conf_file_name>"`
at the loader prompt. Actually, "boot-conf" was already defined and could be
used this way.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-bugs@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscr...@freebsd.org"

Reply via email to