The branch main has been updated by emaste:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=ce65ff203a4f7ce59c8782f87d90a657f7ccbc46

commit ce65ff203a4f7ce59c8782f87d90a657f7ccbc46
Author:     Ed Maste <ema...@freebsd.org>
AuthorDate: 2025-06-17 18:07:15 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2025-06-17 18:09:01 +0000

    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
---
 share/man/man4/capsicum.4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to