diff --git a/stand/man/loader.8 b/stand/man/loader.8 index b71ac71e16ce..aff8c14d4a59 100644 --- a/stand/man/loader.8 +++ b/stand/man/loader.8 @@ -62,7 +62,7 @@ provides three different interpreters: Forth, Lua and Simple. The Forth loader is based on an ANS Forth compatible Forth interpreter based on FICL, by .An John Sadler . -The Lua loader is includes a full Lua interpreter from +The Lua loader is a full Lua interpreter from .Pa https://www.lua.org/ . The Simple loader only interprets a list of builtin commands without any control structure. @@ -125,4 +125,3 @@ FICL was written by .An Warner Losh Aq imp@FreeBSD.org integrated Lua into the tree based on initial work done by Pedro Souza for the 2014 Google Summer of Code. -