diff options
| author | George V. Neville-Neil <gnn@FreeBSD.org> | 2021-11-10 17:51:42 +0000 |
|---|---|---|
| committer | George V. Neville-Neil <gnn@FreeBSD.org> | 2021-11-10 18:09:19 +0000 |
| commit | 06a8ffd4cd5453671e4c81e0875e544f1d58822c (patch) | |
| tree | 630438e7b3e6ff78fcdcac00c63d6fd927a6cb2f /lib/libcasper | |
| parent | 409d1bf7d6deef77ccf685e1624589997247a267 (diff) | |
Diffstat (limited to 'lib/libcasper')
| -rw-r--r-- | lib/libcasper/libcasper/libcasper.3 | 4 | ||||
| -rw-r--r-- | lib/libcasper/libcasper/libcasper_service.3 | 5 |
2 files changed, 5 insertions, 4 deletions
diff --git a/lib/libcasper/libcasper/libcasper.3 b/lib/libcasper/libcasper/libcasper.3 index 02c08270dcf2..2151131e29ec 100644 --- a/lib/libcasper/libcasper/libcasper.3 +++ b/lib/libcasper/libcasper/libcasper.3 @@ -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 diff --git a/lib/libcasper/libcasper/libcasper_service.3 b/lib/libcasper/libcasper/libcasper_service.3 index 9e0f76cf98d0..8ddc41f3d617 100644 --- a/lib/libcasper/libcasper/libcasper_service.3 +++ b/lib/libcasper/libcasper/libcasper_service.3 @@ -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. |
