diff options
author | jmc <> | 2006-05-17 08:55:03 +0000 |
---|---|---|
committer | jmc <> | 2006-05-17 08:55:03 +0000 |
commit | 36da2fd8b0a926ce11e60b1acb1f85d938807251 (patch) | |
tree | c12dbe73fd530dfc8c37d6cd29c5a802db27d1f3 | |
parent | cf134702987ee70893fa1a4f6971346f1a57c1f7 (diff) | |
download | openbsd-36da2fd8b0a926ce11e60b1acb1f85d938807251.tar.gz openbsd-36da2fd8b0a926ce11e60b1acb1f85d938807251.tar.bz2 openbsd-36da2fd8b0a926ce11e60b1acb1f85d938807251.zip |
move an option to the right place;
-rw-r--r-- | src/usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.sbin/openssl/openssl.1 b/src/usr.sbin/openssl/openssl.1 index 6b2a34d7ff..4dcfba4cbd 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.53 2006/05/14 08:56:25 matthieu Exp $ | 1 | .\" $OpenBSD: openssl.1,v 1.54 2006/05/17 08:55:03 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 | .\" |
@@ -4244,8 +4244,8 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e | |||
4244 | .Sh RAND | 4244 | .Sh RAND |
4245 | .Cm openssl rand | 4245 | .Cm openssl rand |
4246 | .Op Fl base64 | 4246 | .Op Fl base64 |
4247 | .Op Fl engine Ar id | ||
4248 | .Op Fl hex | 4247 | .Op Fl hex |
4248 | .Op Fl engine Ar id | ||
4249 | .Op Fl out Ar file | 4249 | .Op Fl out Ar file |
4250 | .Op Fl rand Ar file ... | 4250 | .Op Fl rand Ar file ... |
4251 | .Ar num | 4251 | .Ar num |