diff options
author | mancha <mancha1@zoho.com> | 2014-04-25 16:58:49 +0200 |
---|---|---|
committer | Ben Laurie <ben@links.org> | 2014-04-26 09:09:53 +0200 |
commit | 8acb953880bc7fc5ed4e339de06dff0a213fa274 (patch) | |
tree | 70df5d4c34035fad0b6c18d7f10cde6ec90fe101 /doc | |
parent | Fix eckey_priv_encode() (diff) | |
download | openssl-8acb953880bc7fc5ed4e339de06dff0a213fa274.tar.xz openssl-8acb953880bc7fc5ed4e339de06dff0a213fa274.zip |
Fix version documentation.
Specify -f is for compilation flags. Add -d to synopsis section.
Closes #77.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/apps/version.pod | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/apps/version.pod b/doc/apps/version.pod index e00324c446..58f543bc3e 100644 --- a/doc/apps/version.pod +++ b/doc/apps/version.pod @@ -13,6 +13,7 @@ B<openssl version> [B<-o>] [B<-f>] [B<-p>] +[B<-d>] =head1 DESCRIPTION @@ -38,7 +39,7 @@ the date the current version of OpenSSL was built. option information: various options set when the library was built. -=item B<-c> +=item B<-f> compilation flags. |