diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:57:20 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:59:38 +0000 |
| commit | 45fa572b94e7c61de5797ea877af3dade91af23f (patch) | |
| tree | a530ae8701e57a29ac8d43a1660fe1fb293ddee9 | |
| parent | efc1f50ec4999e4222e1f1b3d6d2f668f9169afb (diff) | |
| -rw-r--r-- | lib/libcasper/services/cap_sysctl/cap_sysctl.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcasper/services/cap_sysctl/cap_sysctl.3 b/lib/libcasper/services/cap_sysctl/cap_sysctl.3 index 2c7a491a1f8b..6acbe38d874e 100644 --- a/lib/libcasper/services/cap_sysctl/cap_sysctl.3 +++ b/lib/libcasper/services/cap_sysctl/cap_sysctl.3 @@ -22,7 +22,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd December 6, 2023 +.Dd May 13, 2026 .Dt CAP_SYSCTL 3 .Os .Sh NAME @@ -93,7 +93,7 @@ Rights are encoded using the following flags: CAP_SYSCTL_READ allow reads of the sysctl variable CAP_SYSCTL_WRITE allow writes of the sysctl variable CAP_SYSCTL_RDWR allow reads and writes of the sysctl variable -CAP_RECURSIVE permit access to any child of the sysctl variable +CAP_SYSCTL_RECURSIVE permit access to any child of the sysctl variable .Ed .Pp The |
