diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-12 11:56:48 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2005-12-12 11:56:48 +0000 |
commit | 77c47af3b8172d0028784d02bfd04d352f7d3c50 (patch) | |
tree | 49a48e64a896b8210f053aca9c34f1d4e6779bde /share/man/man4/ipsec.4 | |
parent | a0357d547a6d7793c37131dcb15010fb29e95ad9 (diff) |
fix typo;
from tamas tevesz;
ok hshoexer
Diffstat (limited to 'share/man/man4/ipsec.4')
-rw-r--r-- | share/man/man4/ipsec.4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 78f610dfc9f..cf30daf363d 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.68 2005/11/27 10:58:23 jmc Exp $ +.\" $OpenBSD: ipsec.4,v 1.69 2005/12/12 11:56:47 jmc Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -245,7 +245,7 @@ between NAT and the IPsec flow matching, especially on the packet output path. Inside the TCP/IP stack, packets go through the following stages: .Bd -literal -offset indent UL/R -\*(Gt [X] -\*(Gt PF/NAT(enc0) -\*(Gt IPsec -\*(Gt PF/NAT(IF) -\*(Gt IF -UL/R \*(Lt-------- PF/NAT(enc0) \*(Lt- IPsec -\*(Gt PF/NAT(IF) \*(Lt- IF +UL/R \*(Lt-------- PF/NAT(enc0) \*(Lt- IPsec \*(Lt- PF/NAT(IF) \*(Lt- IF .Ed .Pp With IF being the real interface and UL/R the Upper Layer or Routing code. |