The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=ba3896e16913fd6f9f227d84038171f1fdf5496b
commit ba3896e16913fd6f9f227d84038171f1fdf5496b Author: Konstantin Belousov <[email protected]> AuthorDate: 2021-08-09 10:37:41 +0000 Commit: Konstantin Belousov <[email protected]> CommitDate: 2021-08-10 00:46:35 +0000 ipsec_set_policy(3): fix sentence Sponsored by: NVIDIA Networking MFC after: 3 days --- lib/libipsec/ipsec_set_policy.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3 index 1e24b63e6c04..25ef8cbe32cf 100644 --- a/lib/libipsec/ipsec_set_policy.3 +++ b/lib/libipsec/ipsec_set_policy.3 @@ -71,7 +71,7 @@ library function. .Pp The .Fn ipsec_get_policylen -function will returns the of the buffer which is needed when passing +function returns the length of the buffer which is needed when passing the specification structure to the .Xr setsockopt 2 system call. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "[email protected]"
