git: cea84a423599 - stable/13 - cap_net.3: fix typo
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Jun 2023 15:30:52 UTC
The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=cea84a42359937cc4abd1f07bc25a4d97496d34c commit cea84a42359937cc4abd1f07bc25a4d97496d34c Author: Shawn Webb <shawn.webb@hardenedbsd.org> AuthorDate: 2023-06-21 00:47:19 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-06-27 14:00:27 +0000 cap_net.3: fix typo Signed-off-by: Shawn Webb <shawn.webb@hardenedbsd.org> --- lib/libcasper/services/cap_net/cap_net.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libcasper/services/cap_net/cap_net.3 b/lib/libcasper/services/cap_net/cap_net.3 index e74f7dd70d67..532da5e6ad59 100644 --- a/lib/libcasper/services/cap_net/cap_net.3 +++ b/lib/libcasper/services/cap_net/cap_net.3 @@ -128,7 +128,7 @@ CAPNET_DEPRECATED_NAME2ADDR name resolution is allowed with CAPNET_BIND bind syscall is allowed CAPNET_CONNECT connect syscall is allowed CAPNET_CONNECTDNS connect syscall is allowed to the values - returned from privies call to + returned from previous call to the cap_getaddrinfo or cap_gethostbyname .Ed .Pp