Fix two more nits from 0mp

This commit is contained in:
George V. Neville-Neil 2021-11-10 12:51:42 -05:00
parent 409d1bf7d6
commit 06a8ffd4cd
2 changed files with 5 additions and 4 deletions

View file

@ -116,7 +116,7 @@ argument defines the channel behavior.
The supported flags are: The supported flags are:
.Bl -ohang -offset indent .Bl -ohang -offset indent
.It CASPER_NO_UNIQ .It CASPER_NO_UNIQ
The communication between the process and the casper daemon no The communication between the process and the casper daemon uses no
unique version of nvlist. unique version of nvlist.
.El .El
.Pp .Pp
@ -144,7 +144,7 @@ function returns the
domain socket descriptor associated with the given capability for use with domain socket descriptor associated with the given capability for use with
system calls such as: system calls such as:
.Xr kevent 2 , .Xr kevent 2 ,
.Xr poll 2 .Xr poll 2 ,
and and
.Xr select 2 . .Xr select 2 .
.Pp .Pp

View file

@ -58,9 +58,10 @@ The
.Fa limit_func .Fa limit_func
is a function of type is a function of type
.Li service_limit_func_t .Li service_limit_func_t
where the first argument of the function contains an containing where the first argument of the function contains an
.Xr nvlist 9 , .Xr nvlist 9 ,
old service limits and the second argument contains the new limits. old service limits and
the second argument contains the new limits.
If the service was not limited then the old limits will be set to If the service was not limited then the old limits will be set to
.Dv NULL . .Dv NULL .
This function must not allow the extension of service limits. This function must not allow the extension of service limits.