diff options
| author | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-21 14:16:55 +0000 |
|---|---|---|
| committer | Konstantin Belousov <kib@FreeBSD.org> | 2026-01-25 15:54:22 +0000 |
| commit | ec8e8fa6014addf90f00a9b945570ff0cd18d768 (patch) | |
| tree | aa5a8526ea9c0bd53d16b157085b249e26562759 | |
| parent | f7b56887cc0725fbe15730dbe062a092d0955058 (diff) | |
rights.4: document CAP_PDWAIT
Noted by: markj
Sponsored by: The FreeBSD Foundation
MFC after: 1 week
Differential revision: https://reviews.freebsd.org/D54592
| -rw-r--r-- | share/man/man4/rights.4 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/man/man4/rights.4 b/share/man/man4/rights.4 index 0223ba0b6b88..396222a84579 100644 --- a/share/man/man4/rights.4 +++ b/share/man/man4/rights.4 @@ -484,6 +484,9 @@ Permit .It Dv CAP_PDKILL Permit .Xr pdkill 2 . +.It Dv CAP_PDWAIT +Permit +.Xr pdwait 2 . .It Dv CAP_PEELOFF Permit .Xr sctp_peeloff 2 . |
