diff options
| author | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:56:09 +0000 |
|---|---|---|
| committer | Mariusz Zaborski <oshogbo@FreeBSD.org> | 2026-05-13 19:59:38 +0000 |
| commit | efc1f50ec4999e4222e1f1b3d6d2f668f9169afb (patch) | |
| tree | c513146e86a521a3b31245a0de6a400cc7d22642 | |
| parent | 4569c022db0bd2242eed883c33207980ddb00019 (diff) | |
| -rw-r--r-- | lib/libcasper/services/cap_net/cap_net.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcasper/services/cap_net/cap_net.3 b/lib/libcasper/services/cap_net/cap_net.3 index e322222e866f..ae9a6d820ae3 100644 --- a/lib/libcasper/services/cap_net/cap_net.3 +++ b/lib/libcasper/services/cap_net/cap_net.3 @@ -21,7 +21,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_NET 3 .Os .Sh NAME @@ -217,7 +217,7 @@ Multiple calls to .Fn cap_net_limit_connect , and .Fn cap_net_limit_bind -is supported, each call is extending preview capabilities. +is supported, each call is extending previous capabilities. .Sh EXAMPLES The following example first opens a capability to casper and then uses this capability to create the @@ -250,7 +250,7 @@ if (capnet == NULL) /* Close Casper capability. */ cap_close(capcas); -/* Limit system.net to reserve IPv4 addresses, to host example.com . */ +/* Limit system.net to resolve IPv4 addresses, to host example.com . */ limit = cap_net_limit_init(capnet, CAPNET_NAME2ADDR | CAPNET_CONNECTDNS); if (limit == NULL) err(1, "Unable to create limits."); |
