diff options
author | 2006-05-17 08:55:03 +0000 | |
---|---|---|
committer | 2006-05-17 08:55:03 +0000 | |
commit | 5cdaadda68f5ecd8423f14318cbb000d678fe888 (patch) | |
tree | da3c5cfdaf2fdd173f3d5040135fdcf30098a940 | |
parent | Document recent sysctl additions. (diff) | |
download | wireguard-openbsd-5cdaadda68f5ecd8423f14318cbb000d678fe888.tar.xz wireguard-openbsd-5cdaadda68f5ecd8423f14318cbb000d678fe888.zip |
move an option to the right place;
-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 |