diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-07-08 06:08:55 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-07-08 06:09:32 +0000 |
| commit | a2426d1cd89e8cee08612951c133663dd8834838 (patch) | |
| tree | 48f9cf543afa938194434d60d647adae589d0d1d | |
| parent | 94f24c0ee23964f751fabc908a7564a388c9d1a1 (diff) | |
pdfork.2: grammar
Submitted by: des
MFC after: 1 week
| -rw-r--r-- | lib/libsys/pdfork.2 | 4 |
1 files 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 |
