git: 06a8ffd4cd54 - main - Fix two more nits from 0mp
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Nov 2021 14:00:46 UTC
The branch main has been updated by gnn:
URL: https://cgit.FreeBSD.org/src/commit/?id=06a8ffd4cd5453671e4c81e0875e544f1d58822c
commit 06a8ffd4cd5453671e4c81e0875e544f1d58822c
Author: George V. Neville-Neil <gnn@FreeBSD.org>
AuthorDate: 2021-11-10 17:51:42 +0000
Commit: George V. Neville-Neil <gnn@FreeBSD.org>
CommitDate: 2021-11-10 18:09:19 +0000
Fix two more nits from 0mp
---
lib/libcasper/libcasper/libcasper.3 | 4 ++--
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.