libexec/lua: Fix two typos in the manual pages
- s/environnement/environment/ - s/interger/integer/ MFC after: 3 days
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user