From nobody Sun Aug 16 02:46:43 2026 X-Original-To: dev-commits-src-branches@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 4hN0jH548vz6pH3t for ; Sun, 16 Aug 2026 02:46:43 +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 "YR2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4hN0jH2fr3z3dvw for ; Sun, 16 Aug 2026 02:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786848403; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Q3ehygSqzCBv0QVqVwdr+Wy9J0xhANlvOOSYDmWLmtM=; b=VkTxR4QjjTXXT7VFhFzDbkFUDD9Q8P/3snzRqWZzE7EivWX7jtMxMeJ3vMb0PyT9zw8jVh CLz3fU0DVl2AudeqlAN1rqykn42qqVOjHqNRAhkGWuinvJqJNwYJGn27Z5lqWTad9kB5N3 qaVPTK4D56uTAtGL26bBb1DDFykJlOKC2vbTUKkZyDxzpYM7ZGmTKE3lIc53hSuEV1x5Hl 07P/UIYtRAV0hLwDea2U+o1AWVYmXiOxt0qZsA2DOGu1oytH+S9/dLD9IGmoIW5XdM9D5B ME6UA/+DhpRBhSLxKaHpWxm3cwqgVB68GcL6AqTAdua8Bmx2+iFOkLgh9mXwcQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786848403; a=rsa-sha256; cv=none; b=IpeNelaoc8JEbPsZtALZfhXHfNYP/waQuVAGPhq0AalwPpGVu4Or6wWiSuAkxSjFHBZxyC cXlR8aN3cpFpeIT19kHOvxyxUMMg1FACMSprhyLE3DnaMmB3NbwYRWbcBkyF0usCJkg9ic YwwcgX3MlStmcf+coO83t8Bbo3En0iiJsS6+ZBpKfwnAbF1QRV8tCgblINgUQHm6AVqKSd DJAjaCf+Qwo1fOGFWlNekQf2/3hJq96telEsGoG1ydy8TZVQiuN2v2juSHYI0bulwpF+j7 1LUE2ryir0yc2p9/LK3In5cxi1HQQuLeyKuWt2yRpddwqCg0eOqiSwzFxlCmOQ== ARC-Authentication-Results: i=1; mx1.freebsd.org; none ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786848403; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=Q3ehygSqzCBv0QVqVwdr+Wy9J0xhANlvOOSYDmWLmtM=; b=fcgeZx3AaHMd1d63fDyeaG4z4C5VWEu0tpOV67vW+M/GUpCyJi0k0atgQ95PKQF5AKGqXP AXNF9r5ml1foyrOH1vLE9cwNnZvnvW9hqJ7HEokFVbGtD8zY567S+j+IKTxODGCZI0EzK0 xDmDj996OkhgFw/3n/A9XoY9Mp5GX/5NYJqRd46z3s4G5DIBlad3OVkocenBjBS3mhu95w eXUtj9l9E6eij7lSR0hW8AjNifOgiW5um6nUEL/huxO1jQkRovLjBGfgge9DHD5oiH3hRX 7ZW+A+bCehHOpaqhA0xqo1WrQgh/EHlcP5Ln3fom6sxFxTHEIwjgP155TRXV8g== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hN0jH1dcZz17lc for ; Sun, 16 Aug 2026 02:46:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 44262 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 16 Aug 2026 02:46:43 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: c217af1e6e53 - stable/15 - pdfork.2: grammar List-Id: Commits to the stable branches of the FreeBSD src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-branches List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-branches@freebsd.org Sender: owner-dev-commits-src-branches@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: kib X-Git-Repository: src X-Git-Refname: refs/heads/stable/15 X-Git-Reftype: branch X-Git-Commit: c217af1e6e53e96f41619cfcc2e61fc722359d11 Auto-Submitted: auto-generated Date: Sun, 16 Aug 2026 02:46:43 +0000 Message-Id: <6a812493.44262.437de08@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=c217af1e6e53e96f41619cfcc2e61fc722359d11 commit c217af1e6e53e96f41619cfcc2e61fc722359d11 Author: Konstantin Belousov AuthorDate: 2026-07-07 08:05:20 +0000 Commit: Konstantin Belousov CommitDate: 2026-08-16 02:41:24 +0000 pdfork.2: grammar (cherry picked from commit 849a51ac8371f45a61e93c7b5787da93cf751c75) --- lib/libsys/pdfork.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index 9099edebaa2a..18dff970be1f 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -131,8 +131,10 @@ flags, or .Va RFSPAWN flag are specified. .Pp +The .Fn pdopenpid -opens the process descriptor for the process specified by the argument +function opens the process descriptor for the process +specified by the argument .Fa pid . It takes the same flags in the .Fa pdflags