The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=a2426d1cd89e8cee08612951c133663dd8834838
commit a2426d1cd89e8cee08612951c133663dd8834838 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-07-08 06:08:55 +0000 Commit: Konstantin Belousov <[email protected]> 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
