diff options
author | 2004-02-06 13:28:15 +0000 | |
---|---|---|
committer | 2004-02-06 13:28:15 +0000 | |
commit | 2c45ad311b6b227a6c5b63eb600559ffd2207457 (patch) | |
tree | fad4a262c5f4e0579df8f797d45848428fa30419 | |
parent | more Knall & Rauch -> ANSI C, KNF and stuff that makes this a bit more (diff) | |
download | wireguard-openbsd-2c45ad311b6b227a6c5b63eb600559ffd2207457.tar.xz wireguard-openbsd-2c45ad311b6b227a6c5b63eb600559ffd2207457.zip |
`numbits' arg to openssl dsaparam does not have to be the last argument
specified;
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index b4a0118ab95..d728e90e5d3 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.34 2004/02/01 15:45:28 jmc Exp $ +.\" $OpenBSD: openssl.1,v 1.35 2004/02/06 13:28:15 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -2338,7 +2338,6 @@ This option inhibits the output of the encoded version of the parameters. .It Ar numbits This option specifies that a parameter set should be generated of size .Ar numbits . -It must be the last option. If this option is included, then the input file .Pq if any is ignored. |