The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=849a51ac8371f45a61e93c7b5787da93cf751c75
commit 849a51ac8371f45a61e93c7b5787da93cf751c75 Author: Konstantin Belousov <[email protected]> AuthorDate: 2026-07-07 08:05:20 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2026-07-07 08:07:04 +0000 pdfork.2: grammar Submitted by: des MFC after: 1 week --- lib/libsys/pdfork.2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index 9099edebaa2a..18dff970be1f 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -131,8 +131,10 @@ flags, or .Va RFSPAWN flag are specified. .Pp +The .Fn pdopenpid -opens the process descriptor for the process specified by the argument +function opens the process descriptor for the process +specified by the argument .Fa pid . It takes the same flags in the .Fa pdflags
