summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjmc <>2004-02-06 13:28:15 +0000
committerjmc <>2004-02-06 13:28:15 +0000
commit1057b0f5b93d821459a90b36e8ab50998b02472d (patch)
tree5d4b10d885c0626764e8c7ee1d285e1db8405c4f
parentacb76436eeac44bb2432cf37441f3eba95b589a5 (diff)
downloadopenbsd-1057b0f5b93d821459a90b36e8ab50998b02472d.tar.gz
openbsd-1057b0f5b93d821459a90b36e8ab50998b02472d.tar.bz2
openbsd-1057b0f5b93d821459a90b36e8ab50998b02472d.zip
`numbits' arg to openssl dsaparam does not have to be the last argument
specified;
-rw-r--r--src/usr.sbin/openssl/openssl.13
1 files changed, 1 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1
index b4a0118ab9..d728e90e5d 100644
--- a/src/usr.sbin/openssl/openssl.1
+++ b/src/usr.sbin/openssl/openssl.1
@@ -1,4 +1,4 @@
1.\" $OpenBSD: openssl.1,v 1.34 2004/02/01 15:45:28 jmc Exp $ 1.\" $OpenBSD: openssl.1,v 1.35 2004/02/06 13:28:15 jmc Exp $
2.\" ==================================================================== 2.\" ====================================================================
3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. 3.\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
4.\" 4.\"
@@ -2338,7 +2338,6 @@ This option inhibits the output of the encoded version of the parameters.
2338.It Ar numbits 2338.It Ar numbits
2339This option specifies that a parameter set should be generated of size 2339This option specifies that a parameter set should be generated of size
2340.Ar numbits . 2340.Ar numbits .
2341It must be the last option.
2342If this option is included, then the input file 2341If this option is included, then the input file
2343.Pq if any 2342.Pq if any
2344is ignored. 2343is ignored.