Fix two more nits from 0mp
This commit is contained in:
parent
409d1bf7d6
commit
06a8ffd4cd
@ -116,7 +116,7 @@ argument defines the channel behavior.
|
||||
The supported flags are:
|
||||
.Bl -ohang -offset indent
|
||||
.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.
|
||||
.El
|
||||
.Pp
|
||||
@ -144,7 +144,7 @@ function returns the
|
||||
domain socket descriptor associated with the given capability for use with
|
||||
system calls such as:
|
||||
.Xr kevent 2 ,
|
||||
.Xr poll 2
|
||||
.Xr poll 2 ,
|
||||
and
|
||||
.Xr select 2 .
|
||||
.Pp
|
||||
|
@ -58,9 +58,10 @@ The
|
||||
.Fa limit_func
|
||||
is a function of type
|
||||
.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 ,
|
||||
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
|
||||
.Dv NULL .
|
||||
This function must not allow the extension of service limits.
|
||||
|
Loading…
x
Reference in New Issue
Block a user