The branch main has been updated by oshogbo: URL: https://cgit.FreeBSD.org/src/commit/?id=efc1f50ec4999e4222e1f1b3d6d2f668f9169afb
commit efc1f50ec4999e4222e1f1b3d6d2f668f9169afb Author: Mariusz Zaborski <[email protected]> AuthorDate: 2026-05-13 19:56:09 +0000 Commit: Mariusz Zaborski <[email protected]> CommitDate: 2026-05-13 19:59:38 +0000 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 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.");
