diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-05-20 02:05:02 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-07-07 01:27:10 +0000 |
| commit | 1cced493289962858c961b06b161b44ca43e7ac7 (patch) | |
| tree | f764f4b4b91ce58f12301bcf5bb263fca91b1244 | |
| parent | d6ff3bb3de91a2f1980c24e748ea5dc16b0987fd (diff) | |
pdfork.2: document EINVAL for pdwait(2)
Reviewed by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D57124
| -rw-r--r-- | lib/libsys/pdfork.2 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/libsys/pdfork.2 b/lib/libsys/pdfork.2 index 3997570d2125..bf433509892a 100644 --- a/lib/libsys/pdfork.2 +++ b/lib/libsys/pdfork.2 @@ -232,6 +232,11 @@ The process descriptor being operated on has insufficient rights (e.g. .Dv CAP_PDKILL for .Fn pdkill ) . +.It Bq Er EINVAL +The +.Fn pdwait +function is called with reserved bits set in +.Fa options . .El .Sh SEE ALSO .Xr close 2 , |
