diff options
author | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-10 08:30:52 +0000 |
---|---|---|
committer | Hans-Joerg Hoexer <hshoexer@cvs.openbsd.org> | 2005-07-10 08:30:52 +0000 |
commit | ae96826231e046aef09c1ea5ffd65cfc0137f898 (patch) | |
tree | 630184e66d2da86eb9fafeff95ce3f25cb886a8d /share | |
parent | 5014399612a78aa4ae2c6a6a4ae5b1d2ae968a0c (diff) |
.Xr ipsecctl(8)
ok jmc@
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/tcp.4 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/share/man/man4/tcp.4 b/share/man/man4/tcp.4 index 9096f792cc2..f25973bf097 100644 --- a/share/man/man4/tcp.4 +++ b/share/man/man4/tcp.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tcp.4,v 1.16 2004/02/10 13:34:06 henning Exp $ +.\" $OpenBSD: tcp.4,v 1.17 2005/07/10 08:30:51 hshoexer Exp $ .\" $NetBSD: tcp.4,v 1.3 1994/11/30 16:22:35 jtc Exp $ .\" .\" Copyright (c) 1983, 1991, 1993 @@ -141,7 +141,9 @@ Use TCP MD5 signatures per RFC 2385. This requires .Em Security Associations to be set up, which can be done using -.Xr ipsecadm 8 . +.Xr ipsecadm 8 +or +.Xr ipsecctl 8 . When a listening socket has .Em TCP_MD5SIG set, it accepts connections with MD5 signatures only from sources for which a @@ -208,7 +210,8 @@ exists. .Xr ip 4 , .Xr ip6 4 , .Xr netintro 4 , -.Xr ipsecadm 8 +.Xr ipsecadm 8 , +.Xr ipsecctl 8 .Sh HISTORY The .Nm |