diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-06 13:28:16 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-06 13:28:16 +0000 |
commit | 37433440254452198471fc5f5a00fb67223b4962 (patch) | |
tree | dab1ebce04d30cafcfd2c27107405a8ba70c0d91 /usr.sbin | |
parent | e2c9824630375bba2f7c634d11908a7e6be36d91 (diff) |
`numbits' arg to openssl dsaparam does not have to be the last argument
specified;
Diffstat (limited to 'usr.sbin')
-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. |