diff options
author | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-06 14:07:35 +0000 |
---|---|---|
committer | Alexey Zelkin <phantom@FreeBSD.org> | 2000-05-06 14:07:35 +0000 |
commit | ea1a3a92fe85874f1e039c426869fb414a77af53 (patch) | |
tree | 2fb4addb6059b8f19145b13f60cc90009b8cd742 | |
parent | a89cb6fe9f2cabc4c87752c1107b6a8aea5da3b0 (diff) |
Fix typo.
Noticed by: hoek
Notes
Notes:
svn path=/head/; revision=60092
-rw-r--r-- | lib/libipsec/ipsec_set_policy.3 | 3 | ||||
-rw-r--r-- | lib/libipsec/ipsec_strerror.3 | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lib/libipsec/ipsec_set_policy.3 b/lib/libipsec/ipsec_set_policy.3 index 9870749d8d8d..e8a61ebb74f1 100644 --- a/lib/libipsec/ipsec_set_policy.3 +++ b/lib/libipsec/ipsec_set_policy.3 @@ -242,6 +242,7 @@ on errors. .Xr setkey 8 .Sh HISTORY The functions first appeared in WIDE/KAME IPv6 protocol stack kit. +.Pp IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack -was initialy integrated into +was initially integrated into .Fx 4.0 diff --git a/lib/libipsec/ipsec_strerror.3 b/lib/libipsec/ipsec_strerror.3 index a96368aafc1f..d1f3c584cb03 100644 --- a/lib/libipsec/ipsec_strerror.3 +++ b/lib/libipsec/ipsec_strerror.3 @@ -60,6 +60,7 @@ The C string must not be overwritten by user programs. .\" .Sh HISTORY The functions first appeared in WIDE/KAME IPv6 protocol stack kit. +.Pp IPv6 and IPsec support based on the KAME Project (http://www.kame.net/) stack -was initialy integrated into +was initially integrated into .Fx 4.0 |