diff options
author | blackend <blackend@FreeBSD.org> | 2002-07-23 08:38:03 +0000 |
---|---|---|
committer | blackend <blackend@FreeBSD.org> | 2002-07-23 08:38:03 +0000 |
commit | 7faee76c835a1ef1b4a3d33151660f6d04c50552 (patch) | |
tree | 85e6358f7cc7666aed98fd09b4b9a0ae64e1ce1b | |
parent | 0d8fe1f3c6bfea8b18b55a16c4cb40df1a81b9fa (diff) | |
download | FreeBSD-src-7faee76c835a1ef1b4a3d33151660f6d04c50552.zip FreeBSD-src-7faee76c835a1ef1b4a3d33151660f6d04c50552.tar.gz |
s/IPSEC/IPsec according to RFCs
PR: in part docs/38668
Reviewed by: charnier
MFC after: 10 days
-rw-r--r-- | sbin/setkey/setkey.8 | 2 | ||||
-rw-r--r-- | usr.sbin/setkey/setkey.8 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sbin/setkey/setkey.8 b/sbin/setkey/setkey.8 index 5861ced..cac4af7 100644 --- a/sbin/setkey/setkey.8 +++ b/sbin/setkey/setkey.8 @@ -403,7 +403,7 @@ as it requires extra reassembly at forwarding node (not implemented at this moment). We have many protocols in .Pa /etc/protocols , -but protocols except of TCP, UDP and ICMP may not be suitable to use with IPSec. +but protocols except of TCP, UDP and ICMP may not be suitable to use with IPsec. You have to consider and be careful to use them. .Li icmp .Li tcp diff --git a/usr.sbin/setkey/setkey.8 b/usr.sbin/setkey/setkey.8 index 5861ced..cac4af7 100644 --- a/usr.sbin/setkey/setkey.8 +++ b/usr.sbin/setkey/setkey.8 @@ -403,7 +403,7 @@ as it requires extra reassembly at forwarding node (not implemented at this moment). We have many protocols in .Pa /etc/protocols , -but protocols except of TCP, UDP and ICMP may not be suitable to use with IPSec. +but protocols except of TCP, UDP and ICMP may not be suitable to use with IPsec. You have to consider and be careful to use them. .Li icmp .Li tcp |