diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-17 08:55:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2006-05-17 08:55:04 +0000 |
commit | fea4a20137d7e2bd31e92a50c0aaa36371b948ce (patch) | |
tree | ea7f709a09a68077821d49498642bfd9a20cb6a4 /usr.sbin/openssl | |
parent | 912fd877eae2394be06f9034640df7258cbfc9b9 (diff) |
move an option to the right place;
Diffstat (limited to 'usr.sbin/openssl')
-rw-r--r-- | usr.sbin/openssl/openssl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/openssl/openssl.1 b/usr.sbin/openssl/openssl.1 index 6b2a34d7ff0..4dcfba4cbd8 100644 --- a/usr.sbin/openssl/openssl.1 +++ b/usr.sbin/openssl/openssl.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: openssl.1,v 1.53 2006/05/14 08:56:25 matthieu Exp $ +.\" $OpenBSD: openssl.1,v 1.54 2006/05/17 08:55:03 jmc Exp $ .\" ==================================================================== .\" Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved. .\" @@ -4244,8 +4244,8 @@ $ openssl -in keycerts.pem -export -name "My PKCS#12 file" \e .Sh RAND .Cm openssl rand .Op Fl base64 -.Op Fl engine Ar id .Op Fl hex +.Op Fl engine Ar id .Op Fl out Ar file .Op Fl rand Ar file ... .Ar num |