Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Jul 2026 06:09:58 +0000
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: a2426d1cd89e - main - pdfork.2: grammar
Message-ID:  <6a4de9b6.3c7ab.56b1edce@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=a2426d1cd89e8cee08612951c133663dd8834838

commit a2426d1cd89e8cee08612951c133663dd8834838
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2026-07-08 06:08:55 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
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


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a4de9b6.3c7ab.56b1edce>