Date: Tue, 24 Jan 2023 22:10:24 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 85984ee98c89 - stable/13 - Correct a grammo. Message-ID: <202301242210.30OMAO79080008@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=85984ee98c890563302eb14f55da3a06b01690a1 commit 85984ee98c890563302eb14f55da3a06b01690a1 Author: Jens Schweikhardt <schweikh@FreeBSD.org> AuthorDate: 2022-04-04 09:00:09 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2023-01-24 21:49:20 +0000 Correct a grammo. (cherry picked from commit f7b0434d2940b40669a132bcd00cca1353193f81) --- 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. -
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202301242210.30OMAO79080008>