From nobody Tue Nov 16 14:00:46 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 69CF118906CD; Tue, 16 Nov 2021 14:00:47 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HtnlM0CHmz4p6P; Tue, 16 Nov 2021 14:00:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id BFC016832; Tue, 16 Nov 2021 14:00:46 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AGE0k8M026382; Tue, 16 Nov 2021 14:00:46 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AGE0kb5026381; Tue, 16 Nov 2021 14:00:46 GMT (envelope-from git) Date: Tue, 16 Nov 2021 14:00:46 GMT Message-Id: <202111161400.1AGE0kb5026381@gitrepo.freebsd.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: "George V. Neville-Neil" Subject: git: 06a8ffd4cd54 - main - Fix two more nits from 0mp List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gnn X-Git-Repository: src X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 06a8ffd4cd5453671e4c81e0875e544f1d58822c Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by gnn: URL: https://cgit.FreeBSD.org/src/commit/?id=06a8ffd4cd5453671e4c81e0875e544f1d58822c commit 06a8ffd4cd5453671e4c81e0875e544f1d58822c Author: George V. Neville-Neil AuthorDate: 2021-11-10 17:51:42 +0000 Commit: George V. Neville-Neil 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.