mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
libexec/lua: Fix two typos in the manual pages
- s/environnement/environment/ - s/interger/integer/ MFC after: 3 days
This commit is contained in:
parent
6f14b6025a
commit
58b86e40ce
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue