RT2609: Typo in EXAMPLE section of req.pod
[openssl.git] / doc / apps / version.pod
index 69421d52cb7d5d9f2e4d7bb0d24a108fe9fa8d48..58f543bc3e6456c13f15d134eadf1dffb1fff03b 100644 (file)
@@ -2,7 +2,7 @@
 
 =head1 NAME
 
-version - print version information
+version - print OpenSSL version information
 
 =head1 SYNOPSIS
 
@@ -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.
 
@@ -46,6 +47,10 @@ compilation flags.
 
 platform setting.
 
+=item B<-d>
+
+OPENSSLDIR setting.
+
 =back
 
 =head1 NOTES
@@ -53,4 +58,8 @@ platform setting.
 The output of B<openssl version -a> would typically be used when sending
 in a bug report.
 
+=head1 HISTORY
+
+The B<-d> option was added in OpenSSL 0.9.7.
+
 =cut