libexec/lua: Fix two typos in the manual pages

- s/environnement/environment/
- s/interger/integer/

MFC after:	3 days
This commit is contained in:
Gordon Bergling 2025-11-19 15:24:30 +01:00
parent 6f14b6025a
commit 58b86e40ce
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ function.
List of functions:
.Bl -tag -width XXXX
.It Dv table = freebsd.kenv.get()
Dump the kernel environnement into a key/value
Dump the kernel environment into a key/value
.Fa table .
.It Dv value = freebsd.kenv.get(key)
Return the

View file

@ -33,7 +33,7 @@ Load the kernel module named
.Fa name
and return the identifier
.Pq fileid
as an interger.
as an integer.
.It Dv ok, err, errno = freebsd.sys.linker.kldunload(fileid|name)
Unload the kernel module identifier either by
.Fa name