diff options
author | 2005-06-14 15:35:02 +0000 | |
---|---|---|
committer | 2005-06-14 15:35:02 +0000 | |
commit | 22b5f852684d9697bbd237dd7f75c56806a5079d (patch) | |
tree | accde72781c2216e346ed8830488835301080abc | |
parent | finish pruning support, this has been sitting (diff) | |
download | wireguard-openbsd-22b5f852684d9697bbd237dd7f75c56806a5079d.tar.xz wireguard-openbsd-22b5f852684d9697bbd237dd7f75c56806a5079d.zip |
do not confuse bytes with bits, noted by marcus.popp at paranoidbsd.org
-rw-r--r-- | sbin/ipsecadm/ipsecadm.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ipsecadm/ipsecadm.8 b/sbin/ipsecadm/ipsecadm.8 index c89b3527ed1..8485c1bac2d 100644 --- a/sbin/ipsecadm/ipsecadm.8 +++ b/sbin/ipsecadm/ipsecadm.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ipsecadm.8,v 1.68 2005/04/08 18:46:16 jmc Exp $ +.\" $OpenBSD: ipsecadm.8,v 1.69 2005/06/14 15:35:02 hshoexer Exp $ .\" .\" Copyright 1997 Niels Provos <provos@physnet.uni-hamburg.de> .\" All rights reserved. @@ -472,7 +472,7 @@ The sizes for .Cm des and .Cm 3des -are fixed to 8 and 24 bits, respectively. +are fixed to 8 and 24 bytes, respectively. For other ciphers like .Cm cast , .Cm aes , |