From efc1f50ec4999e4222e1f1b3d6d2f668f9169afb Mon Sep 17 00:00:00 2001 From: Mariusz Zaborski Date: Wed, 13 May 2026 21:56:09 +0200 Subject: [PATCH] cap_net: fix typos --- lib/libcasper/services/cap_net/cap_net.3 | 6 +++--- 1 file 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 e322222e866..ae9a6d820ae 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.");