diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2025-06-17 18:07:15 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2025-06-17 18:09:01 +0000 |
| commit | ce65ff203a4f7ce59c8782f87d90a657f7ccbc46 (patch) | |
| tree | 0b32142e2fe9e867869a2f797cf3c5c35c9b7fe4 | |
| parent | 611c1457ff32cbb39263139b599eb9b6058709fb (diff) | |
capsicum.4: Use markup for "almost equal" special char
Reported by: Steffen Nurpmeso
Event: Kitchener-Waterloo Hackathon 202506
Fixes: c54534e60263 ("capsicum.4: Add some more detail from the Capsicum paper")
Sponsored by: The FreeBSD Foundation
| -rw-r--r-- | share/man/man4/capsicum.4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man4/capsicum.4 b/share/man/man4/capsicum.4 index 31e6f02b8893..1de8e4531f4f 100644 --- a/share/man/man4/capsicum.4 +++ b/share/man/man4/capsicum.4 @@ -74,7 +74,7 @@ For instance, can be used to query process-local information such as address space layout, but also to monitor a system’s network connections. .Xr sysctl 2 -is constrained by explicitly marking ≈60 of over 15000 parameters as permitted +is constrained by explicitly marking \(~~60 of over 15000 parameters as permitted in capability mode; all others are denied. .Pp The system calls which require constraints are |
