diff options
author | 2003-07-04 08:03:13 +0000 | |
---|---|---|
committer | 2003-07-04 08:03:13 +0000 | |
commit | 00574c001e2bfccf460cbc2c4ebb794f90490e3d (patch) | |
tree | eb202daaa93dafb8745e05d42fe77e4ef1f5bbc3 | |
parent | Some cosmetic fixes: (diff) | |
download | wireguard-openbsd-00574c001e2bfccf460cbc2c4ebb794f90490e3d.tar.xz wireguard-openbsd-00574c001e2bfccf460cbc2c4ebb794f90490e3d.zip |
off byone; netbsd pr 22012
-rw-r--r-- | share/man/man5/moduli.5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man5/moduli.5 b/share/man/man5/moduli.5 index d065ac63fb4..019d7306414 100644 --- a/share/man/man5/moduli.5 +++ b/share/man/man5/moduli.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: moduli.5,v 1.7 2003/03/06 20:48:35 jmc Exp $ +.\" $OpenBSD: moduli.5,v 1.8 2003/07/04 08:03:13 markus Exp $ .\" .\" Copyright 1997, 2000 William Allen Simpson <wsimpson@greendragon.com> .\" All rights reserved. @@ -129,7 +129,7 @@ unused .El .Pp .Fa Size : decimal . -Specifies the number of significant bits. +Specifies the number of the most significant bit (0 to M). .Pp .Fa Generator : hex string . Specifies the best generator for a Diffie-Hellman exchange. |