summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2006-08-29 17:51:03 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2006-08-29 17:51:03 +0000
commit6902abaac8b7ea7eda926ed3ade0bd10893a5648 (patch)
tree3e58294a971d7d46262dd701aa3628761fb70b55 /share
parent8c55f21825026dbce59652aab0d3b7ed3e9d32d5 (diff)
comment out ipcomp stuff for now; ok hshoexer
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/ipsec.418
1 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4
index 029bdbad3e5..568e7de8b2a 100644
--- a/share/man/man4/ipsec.4
+++ b/share/man/man4/ipsec.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: ipsec.4,v 1.72 2006/08/29 17:23:41 jmc Exp $
+.\" $OpenBSD: ipsec.4,v 1.73 2006/08/29 17:51:02 jmc Exp $
.\"
.\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de>
.\" All rights reserved.
@@ -112,13 +112,13 @@ AH and ESP is that AH also authenticates portions of the IP
header of the packet
(such as the source/destination addresses).
ESP authenticates only the packet payload.
-.Pp
-A third protocol is available which is highly relevant to IPsec: IPComp.
-IPComp is a protocol used to reduce the size of IP datagrams
-(i.e. it provides compression).
-See
-.Xr ipcomp 4
-for further information.
+.\".Pp
+.\"A third protocol is available which is highly relevant to IPsec: IPComp.
+.\"IPComp is a protocol used to reduce the size of IP datagrams
+.\"(i.e. it provides compression).
+.\"See
+.\".Xr ipcomp 4
+.\"for further information.
.Ss Authentication Header (AH)
AH works by computing a value that depends on all of the payload
data, some of the IP header data, and a certain secret value
@@ -378,7 +378,7 @@ flag (look for ``tdb'' and ``xform'' allocations).
.Xr icmp 4 ,
.Xr inet 4 ,
.Xr ip 4 ,
-.Xr ipcomp 4 ,
+.\".Xr ipcomp 4 ,
.Xr netintro 4 ,
.Xr options 4 ,
.Xr tcp 4 ,