diff options
author | 1999-07-22 08:03:52 +0000 | |
---|---|---|
committer | 1999-07-22 08:03:52 +0000 | |
commit | 8cf6d566d0747c85d2c74936bed52b06ea6d8a09 (patch) | |
tree | 5322f273cf99355902819d8041adde4070d2814e | |
parent | need a blank line here... for now (diff) | |
download | wireguard-openbsd-8cf6d566d0747c85d2c74936bed52b06ea6d8a09.tar.xz wireguard-openbsd-8cf6d566d0747c85d2c74936bed52b06ea6d8a09.zip |
do not talk about specific versions of openbsd in man pages!
-rw-r--r-- | share/man/man8/vpn.8 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man8/vpn.8 b/share/man/man8/vpn.8 index fc41f1da160..d3a3fee4c03 100644 --- a/share/man/man8/vpn.8 +++ b/share/man/man8/vpn.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: vpn.8,v 1.23 1999/07/09 13:35:36 aaron Exp $ +.\" $OpenBSD: vpn.8,v 1.24 1999/07/22 08:03:52 deraadt Exp $ .\" Copyright 1998 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. .\" @@ -107,7 +107,8 @@ Note that when using DES (or 3DES), the most significant bit of each byte is ignored. This means that 8 bytes are required to form a 56-bit DES key, and 24 bytes are required to form a 168 bit 3DES key. .Ss Enabling the Appropriate Kernel Operations -As of OpenBSD 2.5, IPSEC operations must be first enabled using +.Xr ipsec 4 +operations must be first enabled using .Xr sysctl 8 . Before creating security associations, or performing encryption (ESP) or authentication (AH) operation, ensure the appropriate |