diff options
author | Konstantin Belousov <kib@FreeBSD.org> | 2021-08-09 10:37:41 +0000 |
---|---|---|
committer | Konstantin Belousov <kib@FreeBSD.org> | 2021-08-13 09:34:42 +0000 |
commit | c24e3f5d44b7a88690913655de20cb4e26b01af6 (patch) | |
tree | 04078619c91b085be969500898fe4139333b3fc2 /lib | |
parent | 0896bbff7ff3799688574a0393791277d770cc6c (diff) |
ipsec_set_policy(3): fix sentence
(cherry picked from commit ba3896e16913fd6f9f227d84038171f1fdf5496b)
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libipsec/ipsec_set_policy.3 | 2 |
1 files changed, 1 insertions, 1 deletions
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. |