From nobody Sun Aug 16 02:46:54 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 4hN0jV6Lzsz6pHC4 for ; Sun, 16 Aug 2026 02:46:54 +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 4hN0jV1Nvlz3fRF for ; Sun, 16 Aug 2026 02:46:54 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1786848414; 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=kcOD0aUdE69AudYGun/Y20vuDvQdS5+5WkirTB8MIas=; b=ARcR5wEcFwc7XbQlUz0+c6LuRIRo/rP7NB7KeNZYGQvzbjuHgG5ouRW3Nb9yQdmOWKowki MaLf+4j/IFo3jZyr3IKLuQWaaOAlyJiSi1vJt68Zpv9E2NdY/QKug7wMM81/Ify/O5urf5 q5X11SZutP64zW+OCaVDNlsNqVVfe1AvWX0+x7Fg0KKJe8oynAwh8trHp8XEwK/VglzLHG feMugGyKYyoXM5S1xAuWXc+rqretAYLsSZ13J8ihVgfHTfzeWN4cefmEeBFP2mD5GHAKlL iWNmZ8hDo1uM45PCJMvkv16bgwnuRqVl80zAV0yWpznMvET+r5oXHELHete/eQ== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1786848414; a=rsa-sha256; cv=none; b=K62VWhHQ3eIFmjshwxuZ4Irf5PjEQpvr+YsyuKgYg1jSX9fssqM5PNWo7A/fN8FXO5S8D7 nmB7pROwXXKWtFW6scjg/iBrElvWvBSY/vtCmVRQA7eBU0BMIa/+SuWJtEYRBFiKULdOWw MsIthdHAd7KLaD/GQCAd/wsAlymO6Hdh1En207X/MNbM9hCjVxPSDHMkOaHs4IInYTUZxy 7mjDMP6amkcWo4lNMQvGk5S4U4/WJ3MEaMdRG/gsbZgMjjXQrpgkUcF9CH+gCDZ/Edl4L3 X8k4uu6CHWUH11yTnjntMSZH7oxquIiE9RRnMhFkH4IDWJ3iiZccMyroL4JGNQ== 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=1786848414; 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=kcOD0aUdE69AudYGun/Y20vuDvQdS5+5WkirTB8MIas=; b=cWSi9w7cTAzmw2/y2OL38HJN3OJnucd1gFZw3YETN/PKiVqcV451q5g82V5Iq/3fF7V2jl V2dIoBqLPa82VjTMcZLZ4HQl9mPNWPVBygtIj1WCJI+ugobdRo/thb1swCEMDZJ+fg+rXo UkVgFiMG8A7iKJSivh2ji7hWAoLL0b2AYaqads6bTD9d4g2gZZ92BE+3vAOND7Hhe53m3B BhQK1Xt3hb4+AQr8e79KLlZEqoqt2rNn0El5LHFJZAV4WS1gS1JNoMznA7KN6FHLftTFks eitBcszXLAH9e3tkv0h9iBi6oPoByXVeo/guQxQzru4b30H0hlMyNGA7Vh5jUA== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4hN0jV0Pchz188w for ; Sun, 16 Aug 2026 02:46:54 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 44497 by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Sun, 16 Aug 2026 02:46:54 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org From: Konstantin Belousov Subject: git: 8b7b37139f0c - 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: 8b7b37139f0cfb72aebe7573404a450c1d314b94 Auto-Submitted: auto-generated Date: Sun, 16 Aug 2026 02:46:54 +0000 Message-Id: <6a81249e.44497.203eea67@gitrepo.freebsd.org> The branch stable/15 has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=8b7b37139f0cfb72aebe7573404a450c1d314b94 commit 8b7b37139f0cfb72aebe7573404a450c1d314b94 Author: Konstantin Belousov AuthorDate: 2026-07-08 06:08:55 +0000 Commit: Konstantin Belousov CommitDate: 2026-08-16 02:41:28 +0000 pdfork.2: grammar (cherry picked from commit a2426d1cd89e8cee08612951c133663dd8834838) --- lib/libsys/pdfork.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index a6bf8534003d..584c87e17e38 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -181,8 +181,8 @@ system call for the behavior specification. .Pp The .Fn pddupfd -allows the caller to duplicate a file descriptor across the process -boundaries. +function allows the caller to duplicate a file descriptor +across the process boundaries. The function returns the new file descriptor that points to the same file as the file descriptor .Fa remotefd