From nobody Wed Jul 8 06:09:58 2026 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 4gw73p3mGDz6klxM for ; Wed, 08 Jul 2026 06:09:58 +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 "YR1" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 4gw73p2whnz42Vf for ; Wed, 08 Jul 2026 06:09:58 +0000 (UTC) (envelope-from git@FreeBSD.org) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=freebsd.org; s=dkim; t=1783490998; 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=cVh2KJavyATUlhZtVyhdPs5Lzx8n20foVKhDAEXI29Q=; b=SgAqxwFgUqa0WOUVtcmomSBg85y7TLt/Yq18Ivi4h7hYcCGjqSUez9fNok7eYfaG9AGKKl fjfnI++P/6TqPH1wFaTuP6JzXgSXcxICJBZqjRNX5oxg7km8Fz5fPqN3Xamj7TNwwV2uRH 3ON0Wo1DwrLeRU7cuEbgRGSS8CIQxuPTnEZ6JtfOSdCf1REWhrO/1bK0Lt7sdMXBu3+Ga5 NxfP/y2xw7D3ZV3FxmFbhPgVD8UFJImwhAaFaw4wOArcB61/vQNNW03vVeCmLagEP0cZQ0 HHLhOy8XDaIejbB8jUWNYAWd5k5z08IAKOL9QuGO4prc3a8oj4+SmzcEpV0YmA== ARC-Seal: i=1; s=dkim; d=freebsd.org; t=1783490998; a=rsa-sha256; cv=none; b=L2Wcq5AaRyHzm1ZDMWGeVfsFDQChM9Aq2dERPuzrN+p0dkJsMXc9KHfsBDAmhK+/1Y/Nzr 6uKoHxJyApKRDHshiIJvWAW7f0z6GqdwY/23g3FvUtb6KPpqqmv+zYPMUN5fb613GKwoQE bed4pXL36QrSJ+dlPgKpfuJwLJ6fEwEX92XPbZQM/oT6sCnYnHTxgqUHdhS7PL8RL2eUVo mdlzFRgGlQ0vx4sH8fJO3rZsgHTpx3pqC8W9ODqwkyGebLmHiuJM+TBk7DePjx5dESxolz doo4SQCHxpTYse+BxeaxEXl2wF9mlXcZ27nLgKUaefwQX7iiwuHIkdE541+ahg== 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=1783490998; 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=cVh2KJavyATUlhZtVyhdPs5Lzx8n20foVKhDAEXI29Q=; b=pgEuKq3ZGoD7ZgVaeaKQSfj9PDmzCHRfdYaqHbfSCgR3VYuFCKAQ81Ci52RibOYbUqlcBi q2oVOaW2hyOXspj3T7ObtA/mSukTSXog6rgUSALigdwOC5EenAV9PNNlVVEBkRIvsH9EYB UCBlmC+4EZarKzSMgk3wBwxyi8D+w004WcM6LBPltVmJyqS2rnaUemuO6lLgVt8zh7NVNC I9Kz9GAFsh7Qn6tTGgHwM66PtpBO7oS3Mt5yHKbu07ZkRgCpS9KLINXlTrH1dPqpo3fsNg w5st0U9dm2JFw7RKKRWmFcCRTIIHsBE2KErWlFxIJ2XV7lQWDV3KlwCxUJGgbQ== Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) by mxrelay.nyi.freebsd.org (Postfix) with ESMTP id 4gw73p1cdcz175C for ; Wed, 08 Jul 2026 06:09:58 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from git (uid 1279) (envelope-from git@FreeBSD.org) id 3c7ab by gitrepo.freebsd.org (DragonFly Mail Agent v0.13+ on gitrepo.freebsd.org); Wed, 08 Jul 2026 06:09:58 +0000 To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org From: Konstantin Belousov Subject: git: a2426d1cd89e - main - pdfork.2: grammar 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: X-BeenThere: dev-commits-src-main@freebsd.org Sender: owner-dev-commits-src-main@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/main X-Git-Reftype: branch X-Git-Commit: a2426d1cd89e8cee08612951c133663dd8834838 Auto-Submitted: auto-generated Date: Wed, 08 Jul 2026 06:09:58 +0000 Message-Id: <6a4de9b6.3c7ab.56b1edce@gitrepo.freebsd.org> The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a2426d1cd89e8cee08612951c133663dd8834838 commit a2426d1cd89e8cee08612951c133663dd8834838 Author: Konstantin Belousov AuthorDate: 2026-07-08 06:08:55 +0000 Commit: Konstantin Belousov CommitDate: 2026-07-08 06:09:32 +0000 pdfork.2: grammar Submitted by: des MFC after: 1 week --- 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