diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-14 16:38:23 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-02-16 17:57:52 +0000 |
| commit | b05be03ceea0a95f7783ddc890885f34bb4023d4 (patch) | |
| tree | b7a7757a6ef639004a87b2f172d99f28a14b83f0 /lib | |
| parent | 995090202cae47567cc5b0d92301692d49c1c035 (diff) | |
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/libsys/pdfork.2 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index ad7eecb00dae..9cbeb65bc4fc 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -114,11 +114,13 @@ for a description of the possible flags. The .Fn pdrfork -system call requires that the +system call requires that both the .Va RFPROC -or +and +.Va RFPROCDESC +flags, or .Va RFSPAWN -flag is specified. +flag are specified. .Pp .Fn pdgetpid queries the process ID (PID) in the process descriptor |
