diff options
author | 1999-10-07 21:48:34 +0000 | |
---|---|---|
committer | 1999-10-07 21:48:34 +0000 | |
commit | ffc55d6d4718771bbe8e98b3f3372cda7b864103 (patch) | |
tree | c6e29237cdefbbddc712a3cb74c1288d145e85a4 | |
parent | add skey to sshd: (diff) | |
download | wireguard-openbsd-ffc55d6d4718771bbe8e98b3f3372cda7b864103.tar.xz wireguard-openbsd-ffc55d6d4718771bbe8e98b3f3372cda7b864103.zip |
Add a reference to enc(4)
-rw-r--r-- | share/man/man4/ipsec.4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/man/man4/ipsec.4 b/share/man/man4/ipsec.4 index 6f0abb699c6..ab4744b6c95 100644 --- a/share/man/man4/ipsec.4 +++ b/share/man/man4/ipsec.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsec.4,v 1.25 1999/10/05 21:16:03 aaron Exp $ +.\" $OpenBSD: ipsec.4,v 1.26 1999/10/07 21:48:34 angelos Exp $ .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -362,6 +362,7 @@ There's a lot more to be said on this subject. This is just a beginning. .Br At the moment the socket options are not fully implemented. .Sh SEE ALSO +.Xr enc 4 , .Xr icmp 4 , .Xr inet 4 , .Xr ip 4 , |