From f7b0434d2940b40669a132bcd00cca1353193f81 Mon Sep 17 00:00:00 2001 From: Jens Schweikhardt Date: Mon, 4 Apr 2022 11:00:09 +0200 Subject: [PATCH] Correct a grammo. --- stand/man/loader.8 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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. -